google-deepmind / optax

Optax is a gradient processing and optimization library for JAX.
https://optax.readthedocs.io
Apache License 2.0
1.57k stars 169 forks source link

Fix init_value and end_value in cosine decay #884

Open copybara-service[bot] opened 3 months ago

copybara-service[bot] commented 3 months ago

Fix init_value and end_value in cosine decay

Problem:

Solution:

Misc: renamed alpha -> end_value in warmup_cosine_decay_schedule