daijifeng001 / R-FCN

R-FCN: Object Detection via Region-based Fully Convolutional Networks
Other
1.24k stars 542 forks source link

learning rate schedule questions #31

Open kunhe opened 8 years ago

kunhe commented 8 years ago

First off, thanks a lot for the great work and code release. For Lack of a better place to ask, these are more of implementation questions than actual issues. My apologies!

  1. The NIPS paper states (Pg.4) that R-FCN is finetuned with LR=1e-3 for 20k minibatches and then LR=1e-4 for 10k on VOC. So that's a 20k30k schedule. However, this doesn't seem to match the prototxts included here, which are 80k110k.
  2. I wonder if you would have LR schedule recommendations for other training sets, eg. just VOC'07. I'm guessing the 30k40k schedule from fast(er)-rcnn can still be successful here, but I haven't tried. If you could comment on that, this information can be helpful for many people :)

Thanks in advance!