New Release: Ultralytics v8.3.130

:rocket: Ultralytics v8.3.130 Release: Faster Startups, Smarter Monitoring, and Improved Export Reliability

:glowing_star: Summary

We’re excited to announce Ultralytics v8.3.130, a release focused on accelerating your model workflows, making training progress easier to track, and boosting reliability and security. This update brings significant speed enhancements to model initialization, improved guidance for training metric monitoring, stronger ONNX export testing, and workflow security improvements. Whether you’re deploying models or developing new solutions, this release delivers a smoother, more robust experience.

Release URL: Ultralytics v8.3.130 Release Notes


:sparkles: New Features & Improvements

:rocket: Faster Model Initialization

  • Optimized Layer Fusion: Model startup is now quicker thanks to an enhanced model.fuse() process, which performs layer fusion on the CPU before transferring to the GPU. This results in noticeably faster loading and lower memory pressure, especially if you’re working on systems with limited GPU resources.

:bar_chart: Better Training Monitoring

  • Improved Callback Documentation: Developers can now more easily access and print key training metrics after each checkpoint using the on_model_save callback. The documentation has been expanded with a clear Python example, making it easier for users at all levels to monitor, debug, and optimize their models.

:shield: Enhanced ONNX Export Testing & Workflow Security

  • Expanded ONNX Export CI: ONNX export testing has been greatly expanded, with CUDA support included to catch more potential issues and ensure reliable model conversion across varied environments.

  • Stronger Workflow Permissions: GitHub workflow permissions have been tightened for safer and more secure automated formatting and labeling processes, keeping the codebase secure for all contributors.

  • License Compliance: All relevant files now include proper license headers to ensure open-source compliance and code reuse clarity.


:memo: What’s Changed

Full changelog


:busts_in_silhouette: New Contributors

A special welcome and thanks to @dianyo for making their first contribution with the model speedup PR!


:raising_hands: Get Involved & Share Feedback

We invite you to update to v8.3.130 and experience the improvements firsthand. Let us know how these enhancements impact your workflow, and as always, your feedback is invaluable in guiding future development.

Thank you to the amazing YOLO community and the Ultralytics team for your continued passion, ideas, and contributions. We look forward to your insights and suggestions—let’s keep building together!

Happy experimenting and deploying!

— The Ultralytics Team