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

Assert --image-weights not combined with DDP #3275

Merged
merged 1 commit into from
May 21, 2021

Conversation

glenn-jocher
Copy link
Member

@glenn-jocher glenn-jocher commented May 21, 2021

Improved error handling when users combine incompatible --image-weights argument with DDP. Resolves issues #2461 and #3265.

🛠️ PR Summary

Made with ❤️ by Ultralytics Actions

🌟 Summary

Improved validation of training options in YOLOv5 DDP (Distributed Data Parallel) training mode.

📊 Key Changes

  • Added a check to ensure the --image-weights argument is not used with DDP training.

🎯 Purpose & Impact

  • This change ensures the user is informed about incompatible training options, which helps prevent potential errors during the distributed training process.
  • This clarification could lead to smoother user experiences and fewer issues for developers working on training models at scale. 🔄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant