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

hubconf.py bug fix #3006

Closed
wants to merge 1 commit into from
Closed

hubconf.py bug fix #3006

wants to merge 1 commit into from

Conversation

glenn-jocher
Copy link
Member

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

Bug fix for problem introduced in #3005

πŸ› οΈ PR Summary

Made with ❀️ by Ultralytics Actions

🌟 Summary

Improving the default behavior for model creation in the Ultralytics YOLOv5 library.

πŸ“Š Key Changes

  • Changed the pretrained parameter default value from unspecified to True in the create function of hubconf.py.

🎯 Purpose & Impact

  • 🎯 Ease of Use: Defaults pretrained to True to simplify the function call for most users who generally prefer using pre-trained models for a quick start.
  • πŸš€ Potential Impact: Users who forget to specify the pretrained flag will now automatically receive a pre-trained model, leading to better out-of-the-box performance without extra setup.

Bug fix for problem introduced in #3005
@glenn-jocher glenn-jocher deleted the glenn-jocher-patch-4 branch May 17, 2021 20:26
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.

None yet

1 participant