google-research / ssl_detection

Semi-supervised learning for object detection
Apache License 2.0
408 stars 76 forks source link

Training schedule about VOC. #18

Open Retiina opened 4 years ago

Retiina commented 4 years ago

Dear sir, really thanks to your great work! But I am stuck at the detail about training schedule of VOC stage1 now. May I ask some questions:

  1. The Batch size is 1 and total GPU is 1.
  2. Lr schedule is [7500, 10000], so total epoch is 10000 * 8 / 5011 = 16 epoch
  3. learning rate is 0.001, decay rate is 0.5 Thanks in advance!