Skip to content

Commit afc884a

Browse files
committed
update: beta
1 parent dcd6f5f commit afc884a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytorch_optimizer/optimizer/experimental/ranger25.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def __init__(
4040
self,
4141
params: PARAMETERS,
4242
lr: float = 1e-3,
43-
betas: BETAS = (0.95, 0.98, 0.9999),
43+
betas: BETAS = (0.9, 0.98, 0.9999),
4444
weight_decay: float = 1e-3,
4545
weight_decouple: bool = True,
4646
fixed_decay: bool = False,

0 commit comments

Comments
 (0)