BVLC / caffe

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

status == CUDNN_STATUS_SUCCESS (1 vs. 0) CUDNN_STATUS_NOT_INITIALIZED? #6757

Open sobolevhuang opened 5 years ago

sobolevhuang commented 5 years ago

when I trained my own data in caffe, I met the follow problem:

I0426 16:42:22.009379 8292 layer_factory.hpp:77] Creating layer data I0426 16:42:22.014376 8292 common.cpp:36] System entropy source not available, using fallback algorithm to generate seed instead. I0426 16:42:22.015375 8292 net.cpp:100] Creating Layer data I0426 16:42:22.017374 8292 net.cpp:418] data -> data I0426 16:42:22.023371 8292 net.cpp:418] data -> label I0426 16:42:22.026368 1648 common.cpp:36] System entropy source not available, using fallback algorithm to generate seed instead. I0426 16:42:22.027382 8292 data_transformer.cpp:25] Loading mean file from: E:/CAFFE/caffe/examples/myfile/mean.binaryproto I0426 16:42:22.045356 1648 db_lmdb.cpp:40] Opened lmdb E:/CAFFE/caffe/examples/myfile/train_lmdb I0426 16:42:22.047355 8292 data_layer.cpp:41] output data size: 256,3,227,227 I0426 16:42:22.501075 8292 net.cpp:150] Setting up data I0426 16:42:22.504073 8292 net.cpp:157] Top shape: 256 3 227 227 (39574272) I0426 16:42:22.510069 8292 net.cpp:157] Top shape: 256 (256) I0426 16:42:22.511071 9976 common.cpp:36] System entropy source not available, using fallback algorithm to generate seed instead. I0426 16:42:22.513070 8292 net.cpp:165] Memory required for data: 158298112 I0426 16:42:22.517066 8292 layer_factory.hpp:77] Creating layer conv1 I0426 16:42:22.519064 8292 net.cpp:100] Creating Layer conv1 I0426 16:42:22.520063 8292 net.cpp:444] conv1 <- data I0426 16:42:22.522063 8292 net.cpp:418] conv1 -> conv1 F0426 16:42:22.569036 8292 cudnn_conv_layer.cpp:53] Check failed: status == CUDNN_STATUS_SUCCESS (1 vs. 0) CUDNN_STATUS_NOT_INITIALIZED Check failure stack trace:

I browsed some solution,but I cant solve this problem, whether I should choose a better machine?

xiakj commented 5 years ago

m. I met the same problem, how solve it?

sobolevhuang commented 5 years ago

直接去看我的一篇博客,里面有完整的安装教程

---Original--- From: "xiakejiang"<notifications@github.com> Date: Tue, Oct 15, 2019 09:50 AM To: "BVLC/caffe"<caffe@noreply.github.com>; Cc: "Author"<author@noreply.github.com>;"sobolevhuang"<373651198@qq.com>; Subject: Re: [BVLC/caffe] status == CUDNN_STATUS_SUCCESS (1 vs. 0) CUDNN_STATUS_NOT_INITIALIZED? (#6757)

m. I met the same problem, how solve it?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

xiakj commented 5 years ago

直接去看我的一篇博客,里面有完整的安装教程 ---Original--- From: "xiakejiang"<notifications@github.com> Date: Tue, Oct 15, 2019 09:50 AM To: "BVLC/caffe"<caffe@noreply.github.com>; Cc: "Author"<author@noreply.github.com>;"sobolevhuang"<373651198@qq.com>; Subject: Re: [BVLC/caffe] status == CUDNN_STATUS_SUCCESS (1 vs. 0) CUDNN_STATUS_NOT_INITIALIZED? (#6757) m. I met the same problem, how solve it? — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

给个链接