π Summary
This release improves how training metrics are logged to ClearML, making results easier to read and analyze. It also updates documentation tools for a smoother developer experience. ππ
π Key Changes
- π Enhanced ClearML integration: Training metrics are now grouped under clearer, more organized titles in ClearML dashboards.
- π Upgraded documentation plugin: Updated
mkdocs-ultralytics-plugin
to version 0.1.26 for better documentation features. - π οΈ Fixed documentation build: Pinned the
click
library to version 8.2.1 to resolve a MkDocs build issue.
π― Purpose & Impact
- π Makes it much easier for users to track and interpret model training results in ClearML, improving clarity and workflow efficiency.
- π‘ Ensures project documentation is more robust, up-to-date, and visually informative for all users.
- π Increases reliability of the documentation build process, reducing errors for contributors and users.
- π¦ No changes to model performance or training behaviorβthese updates focus on user experience and developer productivity!
What's Changed
- Bump
mkdocs-ultralytics-plugin>=0.1.26
by @glenn-jocher in #21565 - Pin
click==8.2.1
to fix broken MkDocs build by @glenn-jocher in #21569 ultralytics 8.3.173
Fix ClearML logging formetrics
andval
categories by @darouwan in #21549
Full Changelog: v8.3.172...v8.3.173