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 arxiv reference to schedule_free optimizer. #997

Merged
merged 1 commit into from
Jul 5, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Add arxiv reference to schedule_free optimizer.
PiperOrigin-RevId: 649580344
  • Loading branch information
OptaxDev committed Jul 5, 2024
commit 10cf508f505acd99feac5c231c0f521895bb3a37
3 changes: 3 additions & 0 deletions optax/contrib/_schedule_free.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,9 @@ def schedule_free(
optimizer. As of Apr, 2024, schedule_free is tested with SGD and Adam.

References:
Defazio et al, `The Road Less Scheduled
<https://arxiv.org/abs/2405.15682>`_, 2024

Defazio et al, `Schedule-Free Learning - A New Way to Train
<https://github.com/facebookresearch/schedule_free/tree/main>`_, 2024

Expand Down
Loading