yokattame / SpindleNet

115 stars 36 forks source link

something wrong when the caffe create layer data/head ? #17

Open jsjs0827 opened 5 years ago

jsjs0827 commented 5 years ago

I1104 10:02:52.843950 15737 layer_factory.hpp:77] Creating layer data/head Aborted at 1541296973 (unix time) try "date -d @1541296973" if you are using GNU date PC: @ 0x7f4387e33193 std::_Hashtable<>::clear() SIGSEGV (@0x9) received by PID 15737 (TID 0x7f440eb1a780) from PID 9; stack trace: @ 0x7f440c3b14b0 (unknown) @ 0x7f4387e33193 std::_Hashtable<>::clear() @ 0x7f4387e22a38 google::protobuf::DescriptorPool::FindFileByName() @ 0x7f4387df8858 (unknown) @ 0x7f440ca0e9f0 PyEval_EvalFrameEx @ 0x7f440cb4405c PyEval_EvalCodeEx @ 0x7f440ca9a46d (unknown) @ 0x7f440ca6d273 PyObject_Call @ 0x7f440ca8db75 (unknown) @ 0x7f440ca24173 (unknown) @ 0x7f440ca6d273 PyObject_Call @ 0x7f440ca0b35c PyEval_EvalFrameEx @ 0x7f440cb4405c PyEval_EvalCodeEx @ 0x7f440ca05da9 PyEval_EvalCode @ 0x7f440caa7244 PyImport_ExecCodeModuleEx @ 0x7f440caa7c1f (unknown) @ 0x7f440caa9390 (unknown) @ 0x7f440caa9658 (unknown) @ 0x7f440caaa76b PyImport_ImportModuleLevel @ 0x7f440ca148b8 (unknown) @ 0x7f440ca6d273 PyObject_Call @ 0x7f440cb43487 PyEval_CallObjectWithKeywords @ 0x7f440ca097e6 PyEval_EvalFrameEx @ 0x7f440cb4405c PyEval_EvalCodeEx @ 0x7f440ca05da9 PyEval_EvalCode @ 0x7f440caa7244 PyImport_ExecCodeModuleEx @ 0x7f440caa7c1f (unknown) @ 0x7f440caa9390 (unknown) @ 0x7f440caaa69c PyImport_ImportModuleLevel @ 0x7f440ca148b8 (unknown) @ 0x7f440ca6d273 PyObject_Call @ 0x7f440cb43487 PyEval_CallObjectWithKeywords ./scripts/train_head.sh: line 25: 15737 Segmentation fault (core dumped) GLOG_log_dir=${log} ${CAFFE_DIR}/build/tools/caffe train --solver=${solver} --gpu=0 --weights=${pretrained_model}

jsjs0827 commented 5 years ago

@yokattame