RuntimeError: CUDNN_STATUS_INTERNAL_ERROR

前端 未结 1 1990
南方客
南方客 2021-01-06 13:44

On ubuntu14.04,I use pytorch with cudnn.This problem happened:

Traceback (most recent call last):
  File \"main.py\", line 58, in 
    test_det         


        
1条回答
  •  执笔经年
    2021-01-06 14:29

    I just encountered this problem on ubuntu16.04 and solved it. My solution was to run

    sudo rm -rf ~/.nv
    

    and then reboot.

    0 讨论(0)
提交回复
热议问题