BVLC / caffe

Caffe: a fast open framework for deep learning.
http://caffe.berkeleyvision.org/
Other
34.01k stars 18.71k forks source link

CUDNN_STATUS_SUCCESS (4 vs. 0) CUDNN_STATUS_INTERNAL_ERROR #6873

Open ssshcj opened 4 years ago

ssshcj commented 4 years ago

Compile Caffe with cuDnn get an error: cudnn_deconv_layer.cpp:53] Check failed: status == CUDNN_STATUS_SUCCESS (4 vs. 0) CUDNN_STATUS_INTERNAL_ERROR my cuda driver version is 10.2(430) runtime version is 10.1 and cuDnn version is 7.6.4

Can someone help me? Thanks very much!!!

pjyazdian commented 4 years ago

If you have tried too much stuff and you still don't deal it, try " sudo rm -rf ~/.nv/" It worked for me.

yuxwind commented 4 years ago

Actually, I was out of GPU memory. After killing some application, the error is fixed.