Skip to content

Commit bb447db

Browse files
committed
update: recipes
1 parent fbb2cdb commit bb447db

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

tests/constants.py

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -310,12 +310,11 @@
310310
(Adan, {'lr': 5e-1, 'max_grad_norm': 1.0}, 5),
311311
(Adan, {'lr': 5e-1, 'weight_decay': 1e-3, 'use_gc': True}, 5),
312312
(Adan, {'lr': 5e-1, 'weight_decay': 1e-3, 'weight_decouple': True}, 5),
313-
(DAdaptAdaGrad, {'lr': 2e0, 'weight_decay': 1e-3}, 50),
314-
(DAdaptAdaGrad, {'lr': 2e0, 'weight_decay': 1e-3, 'momentum': 0.1}, 50),
315-
(DAdaptAdam, {'lr': 5e2, 'weight_decay': 1e-3}, 25),
313+
(DAdaptAdaGrad, {'lr': 3e0, 'weight_decay': 1e-3}, 30),
314+
(DAdaptAdaGrad, {'lr': 5e0, 'weight_decay': 1e-3, 'momentum': 0.1}, 20),
315+
(DAdaptAdam, {'lr': 5e4, 'weight_decay': 1e-1}, 10),
316316
(DAdaptSGD, {'lr': 2e0, 'weight_decay': 1e-3}, 25),
317-
(DAdaptAdan, {'lr': 1e0, 'weight_decay': 1e-2}, 25),
318-
(DAdaptAdan, {'lr': 1e0, 'weight_decay': 1e-2, 'weight_decouple': True}, 50),
317+
(DAdaptAdan, {'lr': 2e0, 'weight_decay': 1e-3}, 20),
319318
(AdamS, {'lr': 1e0, 'weight_decay': 1e-3}, 10),
320319
(AdamS, {'lr': 1e0, 'weight_decay': 1e-3, 'ams_bound': True}, 20),
321320
(AdaFactor, {'lr': 7.5e-1, 'weight_decay': 1e-3, 'scale_parameter': False}, 100),

0 commit comments

Comments
 (0)