-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Labels
Description
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?:
-