-
-
Notifications
You must be signed in to change notification settings - Fork 16.3k
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
What is evolve param? #787
Comments
@chokyungjin evolving hyperparameters is seperate from training, and takes much longer (can take weeks or months on a single GPU). See evolution tutorial: https://docs.ultralytics.com/yolov5 |
@glenn-jocher Thanks again. my opt is batch 80 img 416 epochs 300 weights '' augmentation default. |
@chokyungjin your val data may not have been found correctly. Make sure your paths appear, and make sure your test_batch0_gt.jpg appears correct. |
@glenn-jocher My test_batch0_gt.jpg appears correct. Thanks. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
@chokyungjin Did you manage to resolve that problem? |
@maloyan see YOLOv5 Hyperparameter Evolution tutorial: YOLOv5 Tutorials
Good luck 🍀 and let us know if you have any other questions! |
Is it possible to evolve on a subset of hyperparameters? If so, how would this been done? |
@MLDavies update Lines 569 to 600 in 014acde
|
Ah. Perfect. Thank you. |
I'm sooooo happy to use your YOLOv5.
I'm training my custom data using YOLOv5 And I applied evolve parameter,
but it is not over for seven hours.
When I turned this param off, it was over in three hours.
And Model is not saving pt.
What is evolve param? Thanks again!!!!
The text was updated successfully, but these errors were encountered: