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

error cudnn #4

Open
yosuaalvin opened this issue Jan 6, 2024 · 0 comments
Open

error cudnn #4

yosuaalvin opened this issue Jan 6, 2024 · 0 comments

Comments

@yosuaalvin
Copy link

when i running densenet in pytorch there is an error
/media/yosua/NewVolume/badminton-env/lib/python3.7/site-packages/torch/nn/functional.py in batch_norm(input, running_mean, running_var, weight, bias, training, momentum, eps)
1921 return torch.batch_norm(
1922 input, weight, bias, running_mean, running_var,
-> 1923 training, momentum, eps, torch.backends.cudnn.enabled
1924 )
1925

RuntimeError: cuDNN error: CUDNN_STATUS_EXECUTION_FAILED
how to resolve that? i have use cudnn version 7.6.5 and cuda 10.1

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