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

How to train with mult gus #290

Closed
Hanson0910 opened this issue Aug 29, 2019 · 4 comments
Closed

How to train with mult gus #290

Hanson0910 opened this issue Aug 29, 2019 · 4 comments

Comments

@Hanson0910
Copy link

When i train with mult gpus, it occus AttributeError: 'DataParallel' object has no attribute 'load_darknet_weights'

@yangzhaonan18
Copy link

load_darknet_weight 不是 pytorch的标志库,所以不能直接使用多GPU加载权重
兄弟,多GPU训练,你弄好对了吗?

@ywatanabe1989
Copy link

I implemented multi-gpu version.
We need custom data parallel construction since the number of GT bboxes and predicted ones are not predicted at all.
https://github.com/ywatanabe1989/PyTorch-gaussian-YOLOv3-1D/

@ujsyehao
Copy link

you can refer to https://github.com/ujsyehao/yolov3-multigpu

@Flova Flova mentioned this issue Feb 2, 2021
@Flova
Copy link
Collaborator

Flova commented Aug 3, 2021

Duplicate of #520

@Flova Flova marked this as a duplicate of #520 Aug 3, 2021
@Flova Flova closed this as completed Aug 3, 2021
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

No branches or pull requests

5 participants