Skip to content
Open
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
2 changes: 1 addition & 1 deletion optax/contrib/_schedule_free.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def schedule_free(
buffer + momentum).

In practice, authors recommend tuning :math:`\beta_1`, `warmup_steps` and
`peak_lr` for each problem seperately. Default for :math:`\beta_1` is 0.9 but
`peak_lr` for each problem separately. Default for :math:`\beta_1` is 0.9 but
`0.95` and `0.98` may also work well. Schedule-Free can be wrapped on top of
any optax optimizer. At test time, the parameters should be evaluated using
:func:`optax.contrib.schedule_free_eval_params` as presented below.
Expand Down
Loading