utterworks / fast-bert

Super easy library for BERT based NLP models
Apache License 2.0
1.86k stars 341 forks source link

Any way to save the model artifacts during training? #301

Open jackkwok opened 2 years ago

jackkwok commented 2 years ago

I want to save the model weights at the end of each epoch or periodically after a fixed number of iterations. Is that possible?