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 #32

Open
Aryahagh opened this issue Jun 16, 2021 · 1 comment
Open

RuntimeError: CUDNN_STATUS_EXECUTION_FAILED #32

Aryahagh opened this issue Jun 16, 2021 · 1 comment

Comments

@Aryahagh
Copy link

Hi there,
While I'm trying to run the model, when it reaches line 145 in scene_graph_tuning.py it returns this error. do you know What could be the reason and how I can solve it?

Thanks

Traceback (most recent call last):
File "scene_graph_tuning.py", line 153, in
object_result, predicate_result = model.forward_eval(im_data, im_info, )
File "/work/home/akhaghighat/3D-Scene-Graph/model/SGGenModel.py", line 92, in forward_eval
features, object_rois = self.rpn(im_data, im_info)
File "/usr/local/lib/python2.7/dist-packages/torch/nn/modules/module.py", line 357, in call
result = self.forward(*input, **kwargs)
File "./FactorizableNet/models/RPN/RPN.py", line 96, in forward
features = self.features(im_data)
File "/usr/local/lib/python2.7/dist-packages/torch/nn/modules/module.py", line 357, in call
result = self.forward(*input, **kwargs)
File "/usr/local/lib/python2.7/dist-packages/torch/nn/modules/container.py", line 67, in forward
input = module(input)
File "/usr/local/lib/python2.7/dist-packages/torch/nn/modules/module.py", line 357, in call
result = self.forward(*input, **kwargs)
File "/usr/local/lib/python2.7/dist-packages/torch/nn/modules/conv.py", line 282, in forward
self.padding, self.dilation, self.groups)
File "/usr/local/lib/python2.7/dist-packages/torch/nn/functional.py", line 90, in conv2d
return f(input, weight, bias)
RuntimeError: CUDNN_STATUS_EXECUTION_FAILED

@niluthpol
Copy link

@Aryahagh
I am facing the same issue CUDNN_STATUS_EXECUTION_FAILED . Were you able to 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

2 participants