-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
how should I train models with GPUS #342
Comments
I'm sorry, the code is right,it's my fault |
@hanrui15765510320 It can use multiple GPUS? |
It is unuseful. |
|
you can refer to https://github.com/ujsyehao/yolov3-multigpu |
Hi,can you tell me how to train with a single-gpu.I found that I am using cpu training |
|
Did you solve the problem,I tried to run the code on google colab and found that I am using cpu training |
Did you solve it? How can I run it with the single gpu? |
|
Duplicate of issue #520 |
hello,I have a problem about what should I do if I want to train with GPU? I use this command"CUDA_VISIBLE_DEVICES=0,1 python3 train.py --data_config config/coco.data --pretrained_weights weights/darknet53.conv.74",but it's error and I don't know reasons about this issue.
The text was updated successfully, but these errors were encountered: