We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Thank you for your sharing l meet a strange problem, log as follow: I0513 04:40:55.310163 5815 caffe.cpp:223] Starting Optimization I0513 04:40:55.310175 5815 solver.cpp:280] Solving YOLONET I0513 04:40:55.310178 5815 solver.cpp:281] Learning Rate Policy: multifixed *** Aborted at 1526157655 (unix time) try "date -d @1526157655" if you are using GNU date *** PC: @ 0x7f9c4e389fea caffe::get_region_box<>() *** SIGSEGV (@0x0) received by PID 5815 (TID 0x7f9c4f02c740) from PID 0; stack trace: *** @ 0x7f9c4c6b94b0 (unknown) @ 0x7f9c4e389fea caffe::get_region_box<>() @ 0x7f9c4e38e8c0 caffe::RegionLossLayer<>::Forward_cpu() @ 0x7f9c4e3e03c7 caffe::Net<>::ForwardFromTo() @ 0x7f9c4e3e0737 caffe::Net<>::Forward() @ 0x7f9c4e422730 caffe::Solver<>::Step() @ 0x7f9c4e4231be caffe::Solver<>::Solve() @ 0x40e7b4 train() @ 0x408c4d main @ 0x7f9c4c6a4830 __libc_start_main @ 0x4095b9 _start Segmentation fault (core dumped) thanks for you reply !
The text was updated successfully, but these errors were encountered:
hi,I have a same problem with you, did you solve it? thanks for your answer
Sorry, something went wrong.
No branches or pull requests
Thank you for your sharing
l meet a strange problem, log as follow:
I0513 04:40:55.310163 5815 caffe.cpp:223] Starting Optimization
I0513 04:40:55.310175 5815 solver.cpp:280] Solving YOLONET
I0513 04:40:55.310178 5815 solver.cpp:281] Learning Rate Policy: multifixed
*** Aborted at 1526157655 (unix time) try "date -d @1526157655" if you are using GNU date ***
PC: @ 0x7f9c4e389fea caffe::get_region_box<>()
*** SIGSEGV (@0x0) received by PID 5815 (TID 0x7f9c4f02c740) from PID 0; stack trace: ***
@ 0x7f9c4c6b94b0 (unknown)
@ 0x7f9c4e389fea caffe::get_region_box<>()
@ 0x7f9c4e38e8c0 caffe::RegionLossLayer<>::Forward_cpu()
@ 0x7f9c4e3e03c7 caffe::Net<>::ForwardFromTo()
@ 0x7f9c4e3e0737 caffe::Net<>::Forward()
@ 0x7f9c4e422730 caffe::Solver<>::Step()
@ 0x7f9c4e4231be caffe::Solver<>::Solve()
@ 0x40e7b4 train()
@ 0x408c4d main
@ 0x7f9c4c6a4830 __libc_start_main
@ 0x4095b9 _start
Segmentation fault (core dumped)
thanks for you reply !
The text was updated successfully, but these errors were encountered: