open-mmlab/mmdetection

Problem about checkpoint auto saving

BrokenArrow1404 opened this issue · 0 comments

I've enabled checkpoint auto saving by evaluation = dict(interval=5, metric='bbox', save_best='auto')
If I start training from the beginning or use load_from to continue from a pth, auto saving works well.
But when I use resume_from with the same pth, it just save the checkpoint by iteration, and will not save the best result