-
Notifications
You must be signed in to change notification settings - Fork 216
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
I want to know whether support single gpu for training?Thank you! #41
Comments
After I tried it was OK!Thanks |
Great, thanks for your verification! |
can I know your super parameter? and the final mAP of the trained model after trained with one GPU, cause i trained but it is not converge, many thanks to you ~:) |
would you tell me which part should be changed if I want to use single gpu?thanks |
@Miraclemin I just change the lr to 0.0001 because the loss is nan after 4 epoch, I try it on my dataset, it is no result now, but I think it no problem |
@jfkkf123 I change little code in main.py, just tell me that YOLOv3 has no "module", so I change modle.module to modle,than it's ok |
Do you get good results in your dataset? How about map? |
would you tell me which part should be changed if I want to use single gpu?thanks |
No description provided.
The text was updated successfully, but these errors were encountered: