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_EXECUTION_FAILED heeeelp please :( #49

Open
pcuevas-ch opened this issue Nov 2, 2022 · 0 comments
Open

RuntimeError: CUDNN_STATUS_EXECUTION_FAILED heeeelp please :( #49

pcuevas-ch opened this issue Nov 2, 2022 · 0 comments

Comments

@pcuevas-ch
Copy link

Hello ,

I'm trying to run demo.py but it gives me this error. The environment is given mainly by:

  • torch 0.4.0
  • cuda 8.0.61
  • cudnn 7.1.0.2

This is the whole error:

Traceback (most recent call last):
File "demo.py", line 189, in
kernel=nms_kernel, debug=True)
File "demo.py", line 86, in kp_decode
scores_thresh=scores_thresh, center_thresh=center_thresh, debug=debug)
File "/home/DIINF/pcuevas/ExtremeNet/nnet/py_factory.py", line 99, in test
return self.model(*xs, **kwargs)
File "/home/DIINF/pcuevas/anaconda3/envs/CornerNet/lib/python3.6/site-packages/torch/nn/modules/module.py", line 491, in call
result = self.forward(*input, **kwargs)
File "/home/DIINF/pcuevas/ExtremeNet/nnet/py_factory.py", line 31, in forward
return self.module(*xs, **kwargs)
File "/home/DIINF/pcuevas/anaconda3/envs/CornerNet/lib/python3.6/site-packages/torch/nn/modules/module.py", line 491, in call
result = self.forward(*input, **kwargs)
File "/home/DIINF/pcuevas/ExtremeNet/models/py_utils/exkp.py", line 267, in forward
return self._test(*xs, **kwargs)
File "/home/DIINF/pcuevas/ExtremeNet/models/py_utils/exkp.py", line 226, in _test
inter = self.pre(image)
File "/home/DIINF/pcuevas/anaconda3/envs/CornerNet/lib/python3.6/site-packages/torch/nn/modules/module.py", line 491, in call
result = self.forward(*input, **kwargs)
File "/home/DIINF/pcuevas/anaconda3/envs/CornerNet/lib/python3.6/site-packages/torch/nn/modules/container.py", line 91, in forward
input = module(input)
File "/home/DIINF/pcuevas/anaconda3/envs/CornerNet/lib/python3.6/site-packages/torch/nn/modules/module.py", line 491, in call
result = self.forward(*input, **kwargs)
File "/home/DIINF/pcuevas/ExtremeNet/models/py_utils/utils.py", line 14, in forward
conv = self.conv(x)
File "/home/DIINF/pcuevas/anaconda3/envs/CornerNet/lib/python3.6/site-packages/torch/nn/modules/module.py", line 491, in call
result = self.forward(*input, **kwargs)
File "/home/DIINF/pcuevas/anaconda3/envs/CornerNet/lib/python3.6/site-packages/torch/nn/modules/conv.py", line 301, in forward
self.padding, self.dilation, self.groups)
RuntimeError: CUDNN_STATUS_EXECUTION_FAILED

Help me please! :( Anyone can help me to debug it?

Thanks in advance!

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