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

Add LearningRateSchedulers #154

Closed
ilopezgp opened this issue Apr 27, 2022 · 1 comment · Fixed by #285
Closed

Add LearningRateSchedulers #154

ilopezgp opened this issue Apr 27, 2022 · 1 comment · Fixed by #285

Comments

@ilopezgp
Copy link
Contributor

Following typical optimizer structures in deep learning (tensor flow, pytorch), we can add the possibility of defining a LearningRateScheduler at construction time for EKP.

Then, we would set the default dt based on the scheduler, and perhaps still expose this parameter for the user in case they want to try out some other schedule.

@eviatarbach
Copy link
Contributor

This paper that @odunbar found could be a possible option: https://doi.org/10.1088/1361-6420/abd29b

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

Successfully merging a pull request may close this issue.

2 participants