You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?:
-
The text was updated successfully, but these errors were encountered:
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 toNNTrainer
Are there other issues that block this solution?:
The text was updated successfully, but these errors were encountered: