Skip to content

Commit ed3484a

Browse files
committed
update: Ranger21
1 parent e94830b commit ed3484a

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
(RAdam, {'lr': 1e-1, 'weight_decay': 1e-3}, 200),
7979
(SGDP, {'lr': 1e-1, 'weight_decay': 1e-3}, 200),
8080
(Ranger, {'lr': 1e-1, 'weight_decay': 1e-3}, 200),
81-
(Ranger21, {'lr': 5e-1, 'weight_decay': 1e-3, 'num_iterations': 1000}, 500),
81+
(Ranger21, {'lr': 5e-1, 'weight_decay': 1e-3, 'num_iterations': 500}, 500),
8282
]
8383

8484

0 commit comments

Comments
 (0)