RuntimeError: CUDNN_STATUS_INTERNAL_ERROR
See original GitHub issuethis happened when i set cuda=True
)
Traceback (most recent call last):
File "train.py", line 318, in <module>
main()
File "train.py", line 182, in main
out = model(inputs)
File "/usr/local/lib/python2.7/dist-packages/torch/nn/modules/module.py", line 206, in __call__
result = self.forward(*input, **kwargs)
File "/usr/local/lib/python2.7/dist-packages/torch/nn/parallel/data_parallel.py", line 61, in forward
outputs = self.parallel_apply(replicas, inputs, kwargs)
File "/usr/local/lib/python2.7/dist-packages/torch/nn/parallel/data_parallel.py", line 71, in parallel_apply
return parallel_apply(replicas, inputs, kwargs)
File "/usr/local/lib/python2.7/dist-packages/torch/nn/parallel/parallel_apply.py", line 45, in parallel_apply
raise output
RuntimeError: CUDNN_STATUS_INTERNAL_ERROR
Issue Analytics
- State:
- Created 6 years ago
- Comments:16 (4 by maintainers)
Top Results From Across the Web
RuntimeError: CUDNN_STATUS_INTERNAL_ERROR
I got my problem solved by applying the solution: https://stackoverflow.com/questions/45810356/runtimeerror-cudnn-status-internal-error.
Read more >PyTorch Model Training: RuntimeError: cuDNN error
In my case the error was labels. Model outputs 53 values dataset was outputting labels starting from 0 but the cross-entropy was expecting...
Read more >CUDNN_STATUS_INTERNAL_E...
I receive RuntimeError: cuDNN error: CUDNN_STATUS_INTERNAL_ERROR error running on a multi-gpus server via NGC PyTorch docker image, ...
Read more >How to fix 'Runtimeerror: cudnn error - Candid.Technology
The simplest way to fix this issue is by using the right CUDA version (11.1). You can use the pip command below to...
Read more >Error Message "CUDNN_STATUS_NOT_SUPPORTED ...
The following error message is displayed during PyTorch training:RuntimeError: cuDNN error: CUDNN_STATUS_NOT_SUPPORTED. This error may appear if you passed ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Just
sudo rm -rf ~/.nv
and reboot, everything will be ok!@softhuafei It works without reboot.