nqanh / affordance-net

AffordanceNet - Multiclass Instance Segmentation Framework - ICRA 2018
Other
121 stars 54 forks source link

training error #15

Open deokisys opened 6 years ago

deokisys commented 6 years ago

I train ./experiments/scripts/faster_rcnn_end2end.sh 0 VGG16 pascal_voc. if just run, error message is default 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?

lsj910128 commented 6 years ago

Hi, you can decrease the base_lr in the solver.prototxt. Change the base_lr: 0.001 to 0.0001, repeating this until you find a base_lr value that work.

And the time of 1 iters is ok. Mine is 2.45/iter.