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

Multi GPU train on the ScanNet v2 dataset #56

Open
kunzaiyy opened this issue Jan 11, 2022 · 2 comments
Open

Multi GPU train on the ScanNet v2 dataset #56

kunzaiyy opened this issue Jan 11, 2022 · 2 comments

Comments

@kunzaiyy
Copy link

When i use these code to train this network with multi GPU:
if torch.cuda.device_count() > 1:
model = torch.nn.DataParallel(model)
model = model.cuda()
It send me this error:
RuntimeError: Caught RuntimeError in replica 0 on device 0.
Is there any one who can help me? Thank you very much!!!!!!!!!!!1

@GoodJuicee
Copy link

When i use these code to train this network with multi GPU: if torch.cuda.device_count() > 1: model = torch.nn.DataParallel(model) model = model.cuda() It send me this error: RuntimeError: Caught RuntimeError in replica 0 on device 0. Is there any one who can help me? Thank you very much!!!!!!!!!!!1

i have the same error , did you solve it? thanks!

@GoodJuicee
Copy link

When i use these code to train this network with multi GPU: if torch.cuda.device_count() > 1: model = torch.nn.DataParallel(model) model = model.cuda() It send me this error: RuntimeError: Caught RuntimeError in replica 0 on device 0. Is there any one who can help me? Thank you very much!!!!!!!!!!!1

Hello,did you solve this problem

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

2 participants