-
Notifications
You must be signed in to change notification settings - Fork 341
about training error #77
Description
hello author, when I train my own data ,I miss a error like this:
I0816 11:41:52.303941 11218 data_transformer.cpp:70] dataset: Baidu; img_size: [266 x 258]; meta.annolist_index: 2225; meta.write_number: 0; meta.total_write_number: 30966; meta.epoch: 0
I0816 11:41:52.304294 11211 net.cpp:150] Setting up conv1_stage1
I0816 11:41:52.304318 11211 net.cpp:157] Top shape: 8 128 368 368 (138674176)
I0816 11:41:52.304325 11211 net.cpp:165] Memory required for data: 656603264
I0816 11:41:52.304347 11211 layer_factory.hpp:77] Creating layer relu1_stage1
I0816 11:41:52.304363 11211 net.cpp:100] Creating Layer relu1_stage1
I0816 11:41:52.304371 11211 net.cpp:434] relu1_stage1 <- conv1_stage1
I0816 11:41:52.304379 11211 net.cpp:395] relu1_stage1 -> conv1_stage1 (in-place)
I0816 11:41:52.304394 11211 net.cpp:150] Setting up relu1_stage1
I0816 11:41:52.304402 11211 net.cpp:157] Top shape: 8 128 368 368 (138674176)
I0816 11:41:52.304407 11211 net.cpp:165] Memory required for data: 1211299968
I0816 11:41:52.304414 11211 layer_factory.hpp:77] Creating layer pool1_stage1
I0816 11:41:52.304426 11211 net.cpp:100] Creating Layer pool1_stage1
I0816 11:41:52.304432 11211 net.cpp:434] pool1_stage1 <- conv1_stage1
I0816 11:41:52.304443 11211 net.cpp:408] pool1_stage1 -> pool1_stage1
I0816 11:41:52.304502 11211 net.cpp:150] Setting up pool1_stage1
I0816 11:41:52.304510 11211 net.cpp:157] Top shape: 8 128 184 184 (34668544)
I0816 11:41:52.304517 11211 net.cpp:165] Memory required for data: 1349974144
I0816 11:41:52.304522 11211 layer_factory.hpp:77] Creating layer conv2_stage1
I0816 11:41:52.304539 11211 net.cpp:100] Creating Layer conv2_stage1
I0816 11:41:52.304545 11211 net.cpp:434] conv2_stage1 <- pool1_stage1
I0816 11:41:52.304554 11211 net.cpp:408] conv2_stage1 -> conv2_stage1
*** Aborted at 1565926912 (unix time) try "date -d @1565926912" if you are using GNU date ***
PC: @ 0x7f58c188613c (unknown)
*** SIGSEGV (@0x0) received by PID 11211 (TID 0x7f589d70e700) from PID 0; stack trace: ***
@ 0x7f58c1839cb0 (unknown)
@ 0x7f58c188613c (unknown)
@ 0x7f58c2e287dd cv::Mat::~Mat()
@ 0x7f58c2e4216e caffe::DataTransformer<>::Transform_CPM()
@ 0x7f58c2e426c2 caffe::DataTransformer<>::Transform_CPM()
@ 0x7f58c2ef2cbe caffe::CPMDataLayer<>::load_batch()
@ 0x7f58c2fae62c caffe::BasePrefetchingDataLayer<>::InternalThreadEntry()
@ 0x7f58c2e7a2d0 caffe::InternalThread::entry()
@ 0x7f58b92c9a4a (unknown)
@ 0x7f58b8b81184 start_thread
@ 0x7f58c190103d (unknown)
@ 0x0 (unknown)
zhl@ubuntu:/mnt/dsk1/data/zhulei/cpm-master/caffe-master/examples/car_pose$
I don‘t know why it is ,could you give me some ideas ? thank you