jessemelpolio / Faster_RCNN_for_DOTA

Code used for training Faster R-CNN on DOTA
https://arxiv.org/abs/1711.10398
Apache License 2.0
336 stars 102 forks source link

about the epoch #24

Closed Jnyle closed 5 years ago

Jnyle commented 6 years ago

Hi, I want to know what I should do to recover the training when the training was interrupted. I tried to set the begin_epoch not to be 0, but it seems doesn't work?

jessemelpolio commented 6 years ago

Hi @Jnyle , thanks for your answer in another issue. You should edit the "RESUME: false" option to True in your .yaml file. Then correctly set the begin epoch. I think this could solve your problem.