BVLC / caffe

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

Check failed: status == CUDNN_STATUS_SUCCESS (4 vs. 0) CUDNN_STATUS_INTERNAL_ERROR, when comment engine:CAFFE #6990

Closed zheshipinyinMc closed 3 years ago

zheshipinyinMc commented 3 years ago

ubuntu 18.04 cuda 10.0.130 cudnn 7.5.1 python 3.6.9 model backbone is mobilefacenet I run the model with gpu mode,and it can work normal. Then comment the engine:CAFFE, the model can not work, and got the error “Check failed: status == CUDNN_STATUS_SUCCESS (4 vs. 0) CUDNN_STATUS_INTERNAL_ERROR”.

see this