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 training issue #31

Open
fengziyue opened this issue Mar 30, 2020 · 2 comments
Open

Multi GPU training issue #31

fengziyue opened this issue Mar 30, 2020 · 2 comments

Comments

@fengziyue
Copy link
Contributor

I encountered this issue after modified the S3DIS training code to multi GPU:

File "/home/zfeng/.conda/envs/mink/lib/python3.7/site-packages/torch/nn/modules/module.py", line 532, in call
result = self.forward(*input, **kwargs)
File "/home/zfeng/.conda/envs/mink/lib/python3.7/site-packages/torch/nn/modules/batchnorm.py", line 107, in forward
exponential_average_factor, self.eps)
File "/home/zfeng/.conda/envs/mink/lib/python3.7/site-packages/torch/nn/functional.py", line 1670, in batch_norm
training, momentum, eps, torch.backends.cudnn.enabled
RuntimeError: cuDNN error: CUDNN_STATUS_NOT_SUPPORTED. This error may appear if you passed in a non-contiguous input.

Could you please tell me what's wrong with it?

@kunzaiyy
Copy link

Hello,did you solve this problem,I also want to train this network with multi GPU, Can you help me? Thank you!!!!!!

@GoodJuicee
Copy link

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

3 participants