Skip to content

Commit

Permalink
Add warmup_constant_schedule to optax.__init__.py.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 691192970
  • Loading branch information
OptaxDev committed Oct 29, 2024
1 parent e22f71b commit 2badbe8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions optax/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@
piecewise_interpolate_schedule = schedules.piecewise_interpolate_schedule
polynomial_schedule = schedules.polynomial_schedule
sgdr_schedule = schedules.sgdr_schedule
warmup_constant_schedule = schedules.warmup_constant_schedule
warmup_cosine_decay_schedule = schedules.warmup_cosine_decay_schedule
warmup_exponential_decay_schedule = schedules.warmup_exponential_decay_schedule
inject_stateful_hyperparams = schedules.inject_stateful_hyperparams
Expand Down

0 comments on commit 2badbe8

Please sign in to comment.