Ultralytics YOLO
Description
๐ Summary
Ultralytics v8.4.24 improves training reliability and clarity on Ultralytics Platform ๐ฏ, while also aligning tuning defaults and docs with YOLO26 best practices ๐.
๐ Key Changes
(Most important) Better Platform training error surfacing ๐ ๏ธ
- Platform callback error handling now shows the actual server-side error message when available (instead of generic HTTP text).
- If a Platform training session fails to register, users now get a clearer message:
"Training will not be tracked on Platform". - After registration failure, Platform callbacks are disabled to avoid noisy follow-up errors.
Version bump to
8.4.24๐- Package version updated from
8.4.23to8.4.24.
- Package version updated from
Ray Tune search space updated to match modern YOLO26 ranges ๐
- Important tuning ranges were corrected (like
lr0,momentum,box,cls,scale). - Added missing parameters such as
dflandclose_mosaic. - Docs/examples were synced so users tune with realistic defaults.
- Important tuning ranges were corrected (like
YOLO26 naming adopted in Streamlit inference selector ๐
- Model options switched from
yolo11*toyolo26*in the Streamlit solution UI.
- Model options switched from
Rockchip RKNN docs refreshed with YOLO26 benchmarks ๐
- Benchmark tables now reflect YOLO26 models and newer tested package versions.
TF.js benchmarking disabled (temporary safeguard) โ ๏ธ
- TF.js export benchmarking is blocked due to a known protobuf dependency conflict, preventing confusing runtime failures.
Platform docs and UX docs improvements ๐งพ
- Clearer plan/GPU tier messaging (including Pro-only H200/B200 access).
- Added real screenshots to key Platform docs pages.
- Minor docs cleanup and formatting consistency fixes.
๐ฏ Purpose & Impact
Faster troubleshooting for Platform users โ
More precise error messages reduce guesswork and support time when training jobs fail.Cleaner failure behavior ๐งน
Disabling callbacks after registration failure prevents repeated warning spam and gives a more stable user experience.Better model tuning outcomes ๐ฏ
Updated Ray Tune ranges help users avoid outdated search spaces that could hurt accuracy, especially with YOLO26 workflows.Stronger consistency across product and docs ๐
YOLO26 naming, benchmark updates, and docs alignment make it easier for users to follow current recommended paths.Safer defaults for problematic integrations ๐ก๏ธ
TF.js benchmark disablement avoids known dependency traps until upstream compatibility improves.
What's Changed
- Fix Platform cloud deployments docs by @glenn-jocher in https://github.com/ultralytics/ultralytics/pull/23939
- Missing screenshots placeholder updates by @t-hakobyan in https://github.com/ultralytics/ultralytics/pull/23932
- Add
UTMenabled banner redirect by @RizwanMunawar in https://github.com/ultralytics/ultralytics/pull/23952 - Update Rockchip RKNN benchmarks with YOLO26 by @lakshanthad in https://github.com/ultralytics/ultralytics/pull/23953
- Migrate model prefixes from
YOLO11โYOLO26by @RizwanMunawar in https://github.com/ultralytics/ultralytics/pull/23954 - docs: remove duplicate Dataset Tabs heading by @amanharshx in https://github.com/ultralytics/ultralytics/pull/23940
- sync Ray Tune search space and docs with native tuner ranges by @raimbekovm in https://github.com/ultralytics/ultralytics/pull/23938
- Scope class badges to reference section by @glenn-jocher in https://github.com/ultralytics/ultralytics/pull/23962
ultralytics 8.4.24Improve Platform train error surfacing by @glenn-jocher in https://github.com/ultralytics/ultralytics/pull/23957
New Contributors
- @t-hakobyan made their first contribution in https://github.com/ultralytics/ultralytics/pull/23932
- @amanharshx made their first contribution in https://github.com/ultralytics/ultralytics/pull/23940
Full Changelog: https://github.com/ultralytics/ultralytics/compare/v8.4.23...v8.4.24
Notes
Files
ultralytics/ultralytics-v8.4.24.zip
Files
(2.9 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:fb7fd2a3384c00926b80fda5ddc5e889
|
2.9 MB | Preview Download |
Additional details
Related works
- Is supplement to
- Software: https://github.com/ultralytics/ultralytics/tree/v8.4.24 (URL)
Software
- Repository URL
- https://github.com/ultralytics/ultralytics