question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

RuntimeError: CUDNN_STATUS_INTERNAL_ERROR

See original GitHub issue

this 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:closed
  • Created 6 years ago
  • Comments:16 (4 by maintainers)

github_iconTop GitHub Comments

41reactions
softhuafeicommented, Oct 27, 2017

Just sudo rm -rf ~/.nv and reboot, everything will be ok!

7reactions
lonelylingoescommented, Jan 22, 2018

@softhuafei It works without reboot.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found