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_STATUS_MAPPING_ERROR #43

Open
blackhumor22 opened this issue Aug 12, 2020 · 0 comments
Open

RuntimeError: CUDNN_STATUS_MAPPING_ERROR #43

blackhumor22 opened this issue Aug 12, 2020 · 0 comments

Comments

@blackhumor22
Copy link

Traceback (most recent call last):
File "main.py", line 19, in
t.train()
File "/opt/data/private/SAN-master/TrainCode/trainer.py", line 51, in train
sr = self.model(lr, idx_scale)
File "/usr/local/lib/python3.6/dist-packages/torch/nn/modules/module.py", line 491, in call
result = self.forward(*input, **kwargs)
File "/opt/data/private/SAN-master/TrainCode/model/init.py", line 58, in forward
return self.model(x)
File "/usr/local/lib/python3.6/dist-packages/torch/nn/modules/module.py", line 491, in call
result = self.forward(*input, **kwargs)
File "/opt/data/private/SAN-master/TrainCode/model/san.py", line 515, in forward
x = self.sub_mean(x)
File "/usr/local/lib/python3.6/dist-packages/torch/nn/modules/module.py", line 491, in call
result = self.forward(*input, **kwargs)
File "/usr/local/lib/python3.6/dist-packages/torch/nn/modules/conv.py", line 301, in forward
self.padding, self.dilation, self.groups)
RuntimeError: CUDNN_STATUS_MAPPING_ERROR

How can I solve it?

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

1 participant