DeepPavlov icon indicating copy to clipboard operation
DeepPavlov copied to clipboard

Save model every n_steps

Open yurakuratov opened this issue 3 years ago • 0 comments

Want to contribute to DeepPavlov? Please read the contributing guideline first.

What problem are we trying to solve?: I wan't to train a model and save its checkpoint for every n steps. Such cases occur when there is no validation set or metric is not defined and model is evaluated later and separately from training.

How can we solve it?: Add save_every_n_steps parameter to NNTrainer

Are there other issues that block this solution?:

-

yurakuratov avatar Mar 24 '21 14:03 yurakuratov