allenai / bilm-tf

Tensorflow implementation of contextualized word representations from bi-directional language models
Apache License 2.0
1.62k stars 452 forks source link

Reloading from Checkpoint for training #163

Closed bjayakumar closed 5 years ago

bjayakumar commented 5 years ago

If I have trained ELMo for 9 epochs, and I train for one more epoch separately, will it reload from the checkpoint?

Will the code support reloading from checkpoints and training from there?

matt-peters commented 5 years ago

Yes, if you use https://github.com/allenai/bilm-tf/blob/master/bin/restart.py