zjhuang22 / maskscoring_rcnn

Codes for paper "Mask Scoring R-CNN".
MIT License
1.9k stars 378 forks source link

After training for some time, I want to change the learning rate to continue training, but after I changed the learning rate in the file, the learning rate is still the original one. Where should I set the current learning rate? (Not base lr) #101

Open ustczhouyu opened 4 years ago

ustczhouyu commented 4 years ago

After training for some time, I want to change the learning rate to continue training, but after I changed the learning rate in the file, the learning rate is still the original one. Where should I set the current learning rate? (Not base lr)