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
I train ./experiments/scripts/faster_rcnn_end2end.sh 0 VGG16 pascal_voc.
if just run, error message is
so, I fixed faster_rcnn_end2end.sh ITERS=2000000 ->500 then it worked.
big ITERS occur error
small ITERS not occur error, but it is not good learning.
error message is
Floating point exception
1 ITERS is almost spend 3s. is it good? or this error is common error?
The text was updated successfully, but these errors were encountered:
I train
./experiments/scripts/faster_rcnn_end2end.sh 0 VGG16 pascal_voc
.if just run, error message is
so, I fixed
faster_rcnn_end2end.sh
ITERS=2000000 ->500 then it worked.big ITERS occur error
small ITERS not occur error, but it is not good learning.
error message is
1 ITERS is almost spend 3s. is it good? or this error is common error?
The text was updated successfully, but these errors were encountered: