Skip to content

Commit 7d4c014

Browse files
committed
docs: Ranger21 docstring
1 parent a3f197e commit 7d4c014

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pytorch_optimizer/optimizer/ranger21.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515

1616
class Ranger21(Optimizer, BaseOptimizer):
17-
r"""Ranger21 optimizer
17+
r"""Integrating the latest deep learning components into a single optimizer.
1818
1919
:param params: PARAMETERS. iterable of parameters to optimize or dicts defining parameter groups.
2020
:param lr: float. learning rate.
@@ -31,7 +31,7 @@ class Ranger21(Optimizer, BaseOptimizer):
3131
:param lookahead_blending_alpha: float. blending alpha.
3232
:param weight_decay: float. weight decay (L2 penalty).
3333
:param norm_loss_factor: float. norm loss factor.
34-
:param adamd_debias_term: bool.Only correct the denominator to avoid inflating step sizes early in training.
34+
:param adamd_debias_term: bool. Only correct the denominator to avoid inflating step sizes early in training.
3535
:param eps: float. term added to the denominator to improve numerical stability.
3636
"""
3737

0 commit comments

Comments
 (0)