Skip to content

Commit af69606

Browse files
committed
update: DiffGrad lr to 5e-1
1 parent 0ef07a2 commit af69606

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_optimizers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ def build_lookahead(*parameters, **kwargs):
106106
(AdaBound, {'lr': 5e-1, 'gamma': 0.1, 'weight_decay': 1e-3}, 200),
107107
(AdaBound, {'lr': 1e-1, 'gamma': 0.1, 'weight_decay': 1e-3, 'amsbound': True}, 200),
108108
(AdamP, {'lr': 5e-1, 'weight_decay': 1e-3}, 500),
109-
(DiffGrad, {'lr': 15 - 1, 'weight_decay': 1e-3}, 500),
109+
(DiffGrad, {'lr': 5e-1, 'weight_decay': 1e-3}, 500),
110110
(DiffRGrad, {'lr': 1e-1, 'weight_decay': 1e-3}, 200),
111111
(Lamb, {'lr': 1e-1, 'weight_decay': 1e-3}, 200),
112112
(RaLamb, {'lr': 1e-1, 'weight_decay': 1e-3}, 500),

0 commit comments

Comments
 (0)