You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, all
Thanks for the great work, however, after I had successfully built the project, when I run the ./train.sh
as the Instruction, I got the following errors:
I0704 20:04:44.497009 3437 detection_loss_layer.cpp:195] loss: 12.4513 class_loss: 1.42166 obj_loss: 1.15493 noobj_loss: 0.0112895 coord_loss: 3.98269 area_loss: 5.88071
I0704 20:04:44.497074 3437 detection_loss_layer.cpp:198] avg_iou: 0.00625067 avg_obj: -0.0611011 avg_no_obj: -0.0240547 avg_cls: -0.01719 avg_pos_cls: 0.00288896
*** Aborted at 1499169884 (unix time) try "date -d @1499169884" if you are using GNU date ***
PC: @ 0x7fcd02fc9f47 saxpy_kernel_16
*** SIGILL (@0x7fcd02fc9f47) received by PID 3361 (TID 0x7fccf6168700) from PID 50110279; stack trace: ***
@ 0x7fcd0261d100 (unknown)
@ 0x7fcd02fc9f47 saxpy_kernel_16
@ 0x7fcd02fca13f saxpy_k
@ 0x7fcd02fc5540 legacy_exec
@ 0x7fcd02fc56fb blas_thread_server
@ 0x7fcd02615dc5 start_thread
@ 0x7fcd02342ced __clone
./train.sh: line 10: 3361 Illegal instruction $CAFFE_HOME/build/tools/caffe train --solver=$SOLVER --weights=$WEIGHTS --gpu=0,1
Could someone tell me why this problem occurs? Thank you.
The text was updated successfully, but these errors were encountered:
Hi, all
Thanks for the great work, however, after I had successfully built the project, when I run the ./train.sh
as the Instruction, I got the following errors:
I0704 20:04:44.497009 3437 detection_loss_layer.cpp:195] loss: 12.4513 class_loss: 1.42166 obj_loss: 1.15493 noobj_loss: 0.0112895 coord_loss: 3.98269 area_loss: 5.88071
I0704 20:04:44.497074 3437 detection_loss_layer.cpp:198] avg_iou: 0.00625067 avg_obj: -0.0611011 avg_no_obj: -0.0240547 avg_cls: -0.01719 avg_pos_cls: 0.00288896
*** Aborted at 1499169884 (unix time) try "date -d @1499169884" if you are using GNU date ***
PC: @ 0x7fcd02fc9f47 saxpy_kernel_16
*** SIGILL (@0x7fcd02fc9f47) received by PID 3361 (TID 0x7fccf6168700) from PID 50110279; stack trace: ***
@ 0x7fcd0261d100 (unknown)
@ 0x7fcd02fc9f47 saxpy_kernel_16
@ 0x7fcd02fca13f saxpy_k
@ 0x7fcd02fc5540 legacy_exec
@ 0x7fcd02fc56fb blas_thread_server
@ 0x7fcd02615dc5 start_thread
@ 0x7fcd02342ced __clone
./train.sh: line 10: 3361 Illegal instruction $CAFFE_HOME/build/tools/caffe train --solver=$SOLVER --weights=$WEIGHTS --gpu=0,1
Could someone tell me why this problem occurs? Thank you.
The text was updated successfully, but these errors were encountered: