SpatioTemporalSegmentation icon indicating copy to clipboard operation
SpatioTemporalSegmentation copied to clipboard

Multi GPU training issue

Open fengziyue opened this issue 5 years ago • 2 comments

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?

fengziyue avatar Mar 30 '20 16:03 fengziyue

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

kunzaiyy avatar Jan 11 '22 13:01 kunzaiyy

Hello,did you solve this problem

GoodJuicee avatar May 09 '23 02:05 GoodJuicee