Skip to content

Commit daf51cb

Browse files
committed
fix: default rectify to False (RAdaBelief -> AdaBelief)
1 parent 9a37e13 commit daf51cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytorch_optimizer/optimizer/adabelief.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def __init__(
3535
weight_decay: float = 0.0,
3636
weight_decouple: bool = True,
3737
fixed_decay: bool = False,
38-
rectify: bool = True,
38+
rectify: bool = False,
3939
n_sma_threshold: int = 5,
4040
degenerated_to_sgd: bool = True,
4141
ams_bound: bool = False,

0 commit comments

Comments
 (0)