weiliu89 / caffe

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

core dump in detection_output_layer #401

Open octopusszzy opened 7 years ago

octopusszzy commented 7 years ago

Hello, every one: When I am testing the ssd net I come across a core dump. But if I change the test net or if I change the gpu the program runs on, it can work randomly. The detailed core dump information is shown below. Can someone tell me how to fix this? Aborted at 1484889386 (unix time) try "date -d @1484889386" if you are using GNU date PC: @ 0x7f6be1422448 (unknown) SIGSEGV (@0x3dc21c25) received by PID 25928 (TID 0x7f6be3016a80) from PID 1036131365; stack trace: @ 0x7f6be0db7cb0 (unknown) @ 0x7f6be1422448 (unknown) @ 0x7f6be254da27 boost::multi_index::multi_index_container<>::multi_index_container() @ 0x7f6be254dd6f boost::property_tree::basic_ptree<>::basic_ptree() @ 0x7f6be254da35 boost::multi_index::multi_index_container<>::multi_index_container() @ 0x7f6be254dd6f boost::property_tree::basic_ptree<>::basic_ptree() @ 0x7f6be254da35 boost::multi_index::multi_index_container<>::multi_index_container() @ 0x7f6be254dd6f boost::property_tree::basic_ptree<>::basic_ptree() @ 0x7f6be254ec19 boost::property_tree::basic_ptree<>::add_child() @ 0x7f6be268471e caffe::DetectionOutputLayer<>::Forward_gpu() @ 0x7f6be258e72a caffe::Net<>::ForwardFromTo() @ 0x7f6be258e7b7 caffe::Net<>::Forward() @ 0x4084d6 test() @ 0x406283 main @ 0x7f6be0da2f45 (unknown) @ 0x406b65 (unknown)

ksaluja15 commented 7 years ago

https://github.com/BVLC/caffe/issues/1993