You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when running CUDA_VISIBLE_DEVICES=0 python demo_MiddleBury.py
I got the following error THCudaCheck FAIL file=/pytorch/aten/src/THC/THCGeneral.cpp line=405 error=11 : invalid argument Traceback (most recent call last): File "demo_MiddleBury.py", line 131, in <module> y_s,offset,filter = model(torch.stack((X0, X1),dim = 0)) File "/data/anaconda3/lib/python3.7/site-packages/torch/nn/modules/module.py", line 489, in __call__ result = self.forward(*input, **kwargs) File "/data/DAIN/networks/DAIN.py", line 130, in forward cur_filter_input[:, 3:, ...]),dim=0)) File "/data/anaconda3/lib/python3.7/site-packages/torch/nn/modules/module.py", line 489, in __call__ result = self.forward(*input, **kwargs) File "/data/anaconda3/lib/python3.7/site-packages/torch/nn/modules/container.py", line 92, in forward input = module(input) File "/data/anaconda3/lib/python3.7/site-packages/torch/nn/modules/module.py", line 489, in __call__ result = self.forward(*input, **kwargs) File "/data/anaconda3/lib/python3.7/site-packages/torch/nn/modules/conv.py", line 320, in forward self.padding, self.dilation, self.groups) RuntimeError: cuda runtime error (11) : invalid argument at /pytorch/aten/src/THC/THCGeneral.cpp:405
PS: my environment is python3.7.3 + cuda9.0 + cudnn7.1.3 + pytorch1.0.0
The text was updated successfully, but these errors were encountered:
when running CUDA_VISIBLE_DEVICES=0 python demo_MiddleBury.py
I got the following error
THCudaCheck FAIL file=/pytorch/aten/src/THC/THCGeneral.cpp line=405 error=11 : invalid argument Traceback (most recent call last): File "demo_MiddleBury.py", line 131, in <module> y_s,offset,filter = model(torch.stack((X0, X1),dim = 0)) File "/data/anaconda3/lib/python3.7/site-packages/torch/nn/modules/module.py", line 489, in __call__ result = self.forward(*input, **kwargs) File "/data/DAIN/networks/DAIN.py", line 130, in forward cur_filter_input[:, 3:, ...]),dim=0)) File "/data/anaconda3/lib/python3.7/site-packages/torch/nn/modules/module.py", line 489, in __call__ result = self.forward(*input, **kwargs) File "/data/anaconda3/lib/python3.7/site-packages/torch/nn/modules/container.py", line 92, in forward input = module(input) File "/data/anaconda3/lib/python3.7/site-packages/torch/nn/modules/module.py", line 489, in __call__ result = self.forward(*input, **kwargs) File "/data/anaconda3/lib/python3.7/site-packages/torch/nn/modules/conv.py", line 320, in forward self.padding, self.dilation, self.groups) RuntimeError: cuda runtime error (11) : invalid argument at /pytorch/aten/src/THC/THCGeneral.cpp:405
PS: my environment is python3.7.3 + cuda9.0 + cudnn7.1.3 + pytorch1.0.0
The text was updated successfully, but these errors were encountered: