On ubuntu14.04,I use pytorch with cudnn.This problem happened:
Traceback (most recent call last): File \"main.py\", line 58, in test_det
I just encountered this problem on ubuntu16.04 and solved it. My solution was to run
sudo rm -rf ~/.nv
and then reboot.