MobileNet-SSD
MobileNet-SSD copied to clipboard
Check failed: datum_channels > 0 (0 vs. 0)
按照说明生成了lmdb。100M多的图片生成了300M多的lmdb文件。运行./train.sh的时候报错: I0515 22:57:30.026185 29077 layer_factory.hpp:77] Creating layer data I0515 22:57:30.026463 29077 net.cpp:100] Creating Layer data I0515 22:57:30.026578 29077 net.cpp:408] data -> data I0515 22:57:30.026616 29077 net.cpp:408] data -> label I0515 22:57:30.026844 29079 db_lmdb.cpp:35] Opened lmdb trainval_lmdb/ F0515 22:57:30.027451 29077 data_transformer.cpp:1036] Check failed: datum_channels > 0 (0 vs. 0) *** Check failure stack trace: *** @ 0x7fc11a3115cd google::LogMessage::Fail() @ 0x7fc11a313433 google::LogMessage::SendToLog() @ 0x7fc11a31115b google::LogMessage::Flush() @ 0x7fc11a313e1e google::LogMessageFatal::~LogMessageFatal() @ 0x7fc11a8e0c92 caffe::DataTransformer<>::InferBlobShape() @ 0x7fc11a9a85d8 caffe::AnnotatedDataLayer<>::DataLayerSetUp() @ 0x7fc11a9187ba caffe::BasePrefetchingDataLayer<>::LayerSetUp() @ 0x7fc11a909eb7 caffe::Net<>::Init() @ 0x7fc11a90b711 caffe::Net<>::Net() @ 0x7fc11aa944ba caffe::Solver<>::InitTrainNet() @ 0x7fc11aa958c7 caffe::Solver<>::Init() @ 0x7fc11aa95c6a caffe::Solver<>::Solver() @ 0x7fc11a8c8f09 caffe::Creator_RMSPropSolver<>() @ 0x40bd0a train() @ 0x408608 main @ 0x7fc118991830 __libc_start_main @ 0x408ed9 _start @ (nil) (unknown) Aborted (core dumped)
same issue I am facing.. Have you found any solution to fix it?
Has anyone found the solution to fix it?
Same problem I met. Looking forward to a solution here.
Have anyone had the problem below? I1123 19:20:37.463002 13525 net.cpp:165] Memory required for data: 126091776 I1123 19:20:37.463008 13525 layer_factory.hpp:77] Creating layer conv8/dw I1123 19:20:37.463021 13525 net.cpp:100] Creating Layer conv8/dw I1123 19:20:37.463027 13525 net.cpp:434] conv8/dw <- conv7 I1123 19:20:37.463037 13525 net.cpp:408] conv8/dw -> conv8/dw F1123 19:20:38.318675 13525 cudnn_conv_layer.cpp:53] Check failed: status == CUDNN_STATUS_SUCCESS (4 vs. 0) CUDNN_STATUS_INTERNAL_ERROR *** Check failure stack trace: *** Aborted (core dumped) and I use anaconda2,ubuntu16.04?could anyone give me any suggestions?