We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a58386f commit daa7f99Copy full SHA for daa7f99
torch/optim/lr_scheduler.py
@@ -812,7 +812,7 @@ def _get_closed_form_lr(self):
812
class CosineAnnealingLR(LRScheduler):
813
r"""Set the learning rate of each parameter group using a cosine annealing schedule.
814
815
- Where :math:`\eta_{max}` is set to the initial lr and
+ :math:`\eta_{max}` is set to the initial lr and
816
:math:`T_{cur}` is the number of epochs since the last restart in SGDR:
817
818
.. math::
0 commit comments