Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ClearML minimum version requirement #9933

Merged
merged 3 commits into from
Oct 26, 2022
Merged

Conversation

glenn-jocher
Copy link
Member

@glenn-jocher glenn-jocher commented Oct 26, 2022

Partially addresses #9889

Signed-off-by: Glenn Jocher glenn.jocher@ultralytics.com

πŸ› οΈ PR Summary

Made with ❀️ by Ultralytics Actions

🌟 Summary

Integration of ClearML experiment tracking with version specification in yolov5.

πŸ“Š Key Changes

  • Updated requirements.txt to specify a minimum version of clearml (1.2.0).
  • Updated the ClearML README.md to instruct users to install the specified version of clearml for consistent integration.

🎯 Purpose & Impact

  • Ensures users have the correct version of ClearML for compatibility and stability with the YOLOv5 training scripts.
  • Streamlines experiment tracking for users, making it easier to monitor and manage their YOLOv5 model training sessions. πŸ“ˆ
  • Potential impact includes improved user experience with more reliable experiment logging and tracking. πŸ’Ύ

Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
@glenn-jocher glenn-jocher merged commit f9bb984 into master Oct 26, 2022
@glenn-jocher glenn-jocher deleted the glenn-jocher-patch-2 branch October 26, 2022 12:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

TypeError: update_output_model() got an unexpected keyword argument 'auto_delete_file'
1 participant