Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Checkpoints for Neural Networks #30

Open
ayambabu23 opened this issue Feb 8, 2023 · 0 comments
Open

Checkpoints for Neural Networks #30

ayambabu23 opened this issue Feb 8, 2023 · 0 comments

Comments

@ayambabu23
Copy link
Collaborator

A model had been training for 15 days, but a power cut caused it to stop running. I suggest setting up checkpointing for neural networks.

It is an integral part of training large and complex machine learning models to keep a copy of the model after a certain number of iterations. This gives two benefits: the program has a model it could use to recover the progress, and it helps with picking an optimal model.

Neural nets, after a long time, start overfitting on the data they are given. Having checkpoints allows us to recover past models that perform better. Using the performance on the testing and validation dataset, the engineers can determine which is the ideal model to deploy.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant