File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
pytorch_optimizer/optimizer Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1414
1515
1616class 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
You can’t perform that action at this time.
0 commit comments