Skip to content

Commit 9ceb98a

Browse files
author
OptaxDev
committed
Merge pull request #1044 from google-deepmind:fabianp-patch-13
PiperOrigin-RevId: 670909300
2 parents 7ba8e0d + 7f0ae5e commit 9ceb98a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

optax/schedules/_schedule.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ def cosine_decay_schedule(
280280
281281
.. math::
282282
\begin{cases}
283-
\frac{I (1 - \alpha)}{2}(1+\cos(\pi\,\frac{t}{T})^p) + \alpha\,
283+
\frac{I (1 - \alpha)}{2}(1+\cos(\pi\,\frac{t}{T})^p) + I \alpha\,
284284
& \text{if } t \leq T \\
285285
I \alpha, & \text{if } t > T
286286
\end{cases}

0 commit comments

Comments
 (0)