MobileNet-Caffe icon indicating copy to clipboard operation
MobileNet-Caffe copied to clipboard

Getting Check failed: status == CUDNN_STATUS_SUCCESS (1 vs. 0) CUDNN_STATUS_NOT_INITIALIZED

Open Coderx7 opened this issue 7 years ago • 3 comments

When I want to use your prototxtfile for training, I get this error I have the latest version of caffe, cudnn v5.1 and cuda 8 installed! What is the cause for this and how can I get over it ? Thanks in advance

Coderx7 avatar Aug 02 '17 15:08 Coderx7

try to reduce the batch_size value in prototxt

rangerToby avatar May 22 '18 14:05 rangerToby

I met this problem when inference, like this:

I1016 10:26:46.874517 412 net.cpp:84] Creating Layer mobilenet0_conv21 I1016 10:26:46.875514 412 net.cpp:406] mobilenet0_conv21 <- mobilenet0_batchnorm20 I1016 10:26:46.875514 412 net.cpp:380] mobilenet0_conv21 -> mobilenet0_conv21 F1016 10:26:46.959211 412 cudnn_conv_layer.cpp:53] Check failed: status == CUDNN_STATUS_SUCCESS (1 vs. 0) CUDNN_STATUS_NOT_INITIALIZED *** Check failure stack trace: ***

how to solve it?

xiakj avatar Oct 16 '19 02:10 xiakj

@xiakj https://github.com/pby5/MobileNet_Caffe/issues/8

WilliamWang1994 avatar Oct 30 '19 07:10 WilliamWang1994