Skip to content

Commit 0a84e59

Browse files
committed
update: iterations to 500
1 parent 42f8a7e commit 0a84e59

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
@@ -95,7 +95,7 @@ def build_lookahead(*parameters, **kwargs):
9595
(DiffRGrad, {'lr': 5e-1, 'weight_decay': 1e-3}, 200),
9696
(Lamb, {'lr': 1e-1, 'weight_decay': 1e-3}, 500),
9797
(Lamb, {'lr': 1e-1, 'weight_decay': 1e-3, 'pre_norm': True, 'eps': 1e-8}, 500),
98-
(LARS, {'lr': 1e-1, 'weight_decay': 1e-3}, 200),
98+
(LARS, {'lr': 1e-1, 'weight_decay': 1e-3}, 500),
9999
(RaLamb, {'lr': 1e-1, 'weight_decay': 1e-3}, 200),
100100
(MADGRAD, {'lr': 1e-2, 'weight_decay': 1e-3}, 500),
101101
(RAdam, {'lr': 1e-1, 'weight_decay': 1e-3}, 200),

0 commit comments

Comments
 (0)