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
Currently schedulers get called every epoch. Sometimes though, we want them to be called every step.
Proposal 1: Allow configure_optimizers to return this:
return Adam, {'scheduler': LRScheduler, 'interval': 'batch|epoch'}
@ethanwharris @Borda thoughts? any simpler more general way of doing this? i think this dict can eventually have more options if we need to.
@srush
The text was updated successfully, but these errors were encountered:
@SkafteNicki is working on it... Thx!
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Currently schedulers get called every epoch. Sometimes though, we want them to be called every step.
Proposal 1:
Allow configure_optimizers to return this:
@ethanwharris @Borda thoughts? any simpler more general way of doing this? i think this dict can eventually have more options if we need to.
@srush
The text was updated successfully, but these errors were encountered: