We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Save/load/average checkpoints.
What is the expected behavior?
What is motivation or use case for adding/changing the behavior? Smarter early stopping and possibly better generalization on predictions.
How should this be implemented in your opinion? Good source of inspiration here: https://github.com/Qwicen/node/blob/master/lib/trainer.py
Are you willing to work on this yourself? yes
The text was updated successfully, but these errors were encountered:
@eduardocarvp I thinkg with Stochastic Weight Averaging natively available in PyTorch 1.6 we could do this in a very simple way and add a parameter for when to start SWA: https://pytorch.org/blog/pytorch-1.6-now-includes-stochastic-weight-averaging/
Sorry, something went wrong.
Hartorn
Optimox
j-abi
eduardocarvp
No branches or pull requests
Feature request
Save/load/average checkpoints.
What is the expected behavior?
What is motivation or use case for adding/changing the behavior?
Smarter early stopping and possibly better generalization on predictions.
How should this be implemented in your opinion?
Good source of inspiration here: https://github.com/Qwicen/node/blob/master/lib/trainer.py
Are you willing to work on this yourself?
yes
The text was updated successfully, but these errors were encountered: