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_EXECUTION_FAILED #20

Open
sfsdfd62 opened this issue Oct 1, 2022 · 2 comments
Open

RuntimeError: cuDNN error: CUDNN_STATUS_EXECUTION_FAILED #20

sfsdfd62 opened this issue Oct 1, 2022 · 2 comments

Comments

@sfsdfd62
Copy link

sfsdfd62 commented Oct 1, 2022

My version information is as below:
cuDNN:8.5.0
cuda:11.7
pytorch=1.4.0
python=3.6.6
Ubuntu 20.04.4

@yikang7720
Copy link

Try torch.backends.cudnn.enabled = False, it resolves my problem, but the execution becomes very slow.

@sfsdfd62
Copy link
Author

Try torch.backends.cudnn.enabled = False, it resolves my problem, but the execution becomes very slow.

I understood this situation. This is because I'm using GTX 3090, which only supports CUDA version>11.0 and pytorch >some certain release. But it seems that Pytorch used in this work is way too out-dated, so we may need to upgrade 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