Skip to content

Commit daa7f99

Browse files
Update torch/optim/lr_scheduler.py
Co-authored-by: Jane (Yuan) Xu <31798555+janeyx99@users.noreply.github.com>
1 parent a58386f commit daa7f99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

torch/optim/lr_scheduler.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -812,7 +812,7 @@ def _get_closed_form_lr(self):
812812
class CosineAnnealingLR(LRScheduler):
813813
r"""Set the learning rate of each parameter group using a cosine annealing schedule.
814814
815-
Where :math:`\eta_{max}` is set to the initial lr and
815+
:math:`\eta_{max}` is set to the initial lr and
816816
:math:`T_{cur}` is the number of epochs since the last restart in SGDR:
817817
818818
.. math::

0 commit comments

Comments
 (0)