Skip to content

Commit 860da95

Browse files
committed
update: betas
1 parent 4e5a011 commit 860da95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytorch_optimizer/optimizer/adams.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def __init__(
2626
self,
2727
params: PARAMETERS,
2828
lr: float = 1e-3,
29-
betas: BETAS = (0.1, 0.99),
29+
betas: BETAS = (0.9, 0.999),
3030
weight_decay: float = 1e-4,
3131
amsgrad: bool = False,
3232
adamd_debias_term: bool = False,

0 commit comments

Comments
 (0)