We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcd6f5f commit afc884aCopy full SHA for afc884a
pytorch_optimizer/optimizer/experimental/ranger25.py
@@ -40,7 +40,7 @@ def __init__(
40
self,
41
params: PARAMETERS,
42
lr: float = 1e-3,
43
- betas: BETAS = (0.95, 0.98, 0.9999),
+ betas: BETAS = (0.9, 0.98, 0.9999),
44
weight_decay: float = 1e-3,
45
weight_decouple: bool = True,
46
fixed_decay: bool = False,
0 commit comments