Skip to content

Commit 95e5d98

Browse files
committed
ci(test): num_iterations 300 to 500
1 parent 299c5cb commit 95e5d98

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
@@ -57,7 +57,7 @@
5757
(DiffRGrad, {'lr': 5e-1, 'weight_decay': 1e-3}, 100),
5858
(Lamb, {'lr': 1e-1, 'weight_decay': 1e-3}, 100),
5959
(Lamb, {'lr': 1e-1, 'weight_decay': 1e-3, 'adam': True, 'eps': 1e-8}, 100),
60-
(Lamb, {'lr': 1e-1, 'weight_decay': 1e-3, 'pre_norm': True, 'eps': 1e-8}, 300),
60+
(Lamb, {'lr': 1e-1, 'weight_decay': 1e-3, 'pre_norm': True, 'eps': 1e-8}, 500),
6161
(LARS, {'lr': 1e-1, 'weight_decay': 1e-3}, 300),
6262
(RaLamb, {'lr': 1e-1, 'weight_decay': 1e-4}, 100),
6363
(RaLamb, {'lr': 1e-2, 'weight_decay': 1e-4, 'pre_norm': True}, 100),

0 commit comments

Comments
 (0)