PreSumm
PreSumm copied to clipboard
How to resume checkpoint for continuous training?
Hi @nlpyang , can you give me some suggestion on how to resume the previous checkpoint model for continuous training without having to train the model from beginning at different session?
Thank you very much.
use -train_from <model_path>
arguement to continue where left
After I set this parameter it has no effect,I set the parameter -train_from ../models/model_step_4000.pt. it right?thank you
After I set this parameter it has no effect,I set the parameter -train_from ../models/model_step_4000.pt. it right?thank you
Could you provide full log?
Same here. It just loads the data file and then exits
Nvm figured out the issue. Basically need to make sure your -train_steps value is higher than the checkpoint's train step