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

RuntimeError: cuDNN error: CUDNN_STATUS_MAPPING_ERROR #72

Open
dollychu opened this issue Feb 10, 2023 · 2 comments
Open

RuntimeError: cuDNN error: CUDNN_STATUS_MAPPING_ERROR #72

dollychu opened this issue Feb 10, 2023 · 2 comments

Comments

@dollychu
Copy link

Traceback (most recent call last):
File "tools/train.py", line 224, in
confmap_preds = rodnet(data.float().cuda())
File "/home/dolly/anaconda3/envs/rodnet/lib/python3.8/site-packages/torch/nn/modules/module.py", line 532, in call
result = self.forward(*input, **kwargs)
File "/home/dolly/Desktop/RODNet/rodnet/models/rodnet_cdc.py", line 12, in forward
x = self.cdc(x)
File "/home/dolly/anaconda3/envs/rodnet/lib/python3.8/site-packages/torch/nn/modules/module.py", line 532, in call
result = self.forward(*input, **kwargs)
File "/home/dolly/Desktop/RODNet/rodnet/models/backbones/cdc.py", line 14, in forward
x = self.encoder(x)
File "/home/dolly/anaconda3/envs/rodnet/lib/python3.8/site-packages/torch/nn/modules/module.py", line 532, in call
result = self.forward(*input, **kwargs)
File "/home/dolly/Desktop/RODNet/rodnet/models/backbones/cdc.py", line 47, in forward
x = self.conv1a(x) # (B, 2, W, 128, 128) -> (B, 64, W, 128, 128)
File "/home/dolly/anaconda3/envs/rodnet/lib/python3.8/site-packages/torch/nn/modules/module.py", line 532, in call
result = self.forward(*input, **kwargs)
File "/home/dolly/anaconda3/envs/rodnet/lib/python3.8/site-packages/torch/nn/modules/conv.py", line 479, in forward
return F.conv3d(input, self.weight, self.bias, self.stride,
RuntimeError: cuDNN error: CUDNN_STATUS_MAPPING_ERROR

I have followed the instructions but it keeps throwing this error message to me, does anyone facing the same problem?

@fumgmin
Copy link

fumgmin commented Mar 9, 2023

I also encountered this problem, please ask which version of cuda you are using, I use cuda11.3, A6000 graphics card, currently suspect that the version is too high to match

@promaxj
Copy link

promaxj commented Mar 16, 2023

@dollychu What GPU do you use?

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