Skip to content

Commit 3ef421b

Browse files
committed
update: Ranger
1 parent b5f3da2 commit 3ef421b

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
@@ -78,7 +78,7 @@ def build_lookahead(*parameters, **kwargs):
7878
(MADGRAD, {'lr': 1e-2, 'weight_decay': 1e-3}, 200),
7979
(RAdam, {'lr': 1e-1, 'weight_decay': 1e-3}, 200),
8080
(SGDP, {'lr': 1e-1, 'weight_decay': 1e-3}, 200),
81-
# (Ranger, {'lr': 1e-3, 'weight_decay': 1e-3, 'betas': (0.99, 0.999)}, 200),
81+
(Ranger, {'lr': 1e-1, 'weight_decay': 1e-3}, 200),
8282
# (AdaHessian, {'lr': 1e-2, 'weight_decay': 1e-3}, 200),
8383
]
8484

0 commit comments

Comments
 (0)