Skip to content
Discussion options

You must be logged in to vote

Do you mean saving training state after every N iterations or something? If so, no, that's not a feature - training just saves the best and last models. This is partly related to resuming training being kind of difficult at the moment.

If you wanted to save models more frequently you should be able to do so by modifying the training loop code pretty easily.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by polm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
training Training and updating models
2 participants