-
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
multiple gpus? #181
Comments
Not support. You can change the code to support. reference: PyTorch MULTI-GPU EXAMPLES |
@kaikaizhu |
I have the same question, and do you solve it now? |
I met the same error, and I think the problem comes from here. One of the solution is to do like this: Another is to find the size of the longest targets of imgs in one batch, and pad zeros to each target into the same length. such that targets can correspond to the imgs. If anyone has better solution, pls tell me. Thx. |
I have the same question,
I have same probliem, do you have solved this ? |
多GPU加载模型和数据官网有教程,加载权重怎么弄,求个学习链接,谢谢 |
https://github.com/ywatanabe1989/PyTorch-gaussian-YOLOv3-1D/ Please give me some feedback. :) |
@YIYIZH Hi, I solve the problem using your proposed method(Another is to find the size of the longest targets of imgs in one batch, and pad zeros to each target into the same length). |
You can refer to https://github.com/ujsyehao/yolov3-multigpu |
|
Is it possible to train the model (this code) on multiple gpus?
The text was updated successfully, but these errors were encountered: