Keep training on existed checkpoint
Closed this issue · 3 comments
Hi, your repo is awesome. I want to know how could i keep training on an existed checkpoint. I can't find any config show that way.
I think the same model name (-m) resumes the training.
Hi, your repo is awesome. I want to know how could i keep training on an existed checkpoint. I can't find any config show that way.
Do you mean to keep the schedulers saved into checkpoint and then loaded during resume from the checkpoint?
Hi, your repo is awesome. I want to know how could i keep training on an existed checkpoint. I can't find any config show that way.
Do you mean to keep the schedulers saved into checkpoint and then loaded during resume from the checkpoint?
Yes. I mean that I had a checkpoint I've trained before and now I want to continue train on that checkpoint.