chrischoy / SpatioTemporalSegmentation

4D Spatio-Temporal Semantic Segmentation on a 3D video (a sequence of 3D scans)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multi GPU training issue

fengziyue opened this issue · 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?

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

Hello,did you solve this problem