Skip to content

Commit b58a01e

Browse files
committed
update: recipe
1 parent 4f9b896 commit b58a01e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@
313313
(Adan, {'lr': 5e-1, 'weight_decay': 1e-3, 'weight_decouple': True}, 5),
314314
(DAdaptAdaGrad, {'lr': 3e0, 'weight_decay': 1e-3}, 30),
315315
(DAdaptAdaGrad, {'lr': 5e0, 'weight_decay': 1e-3, 'momentum': 0.1}, 20),
316-
(DAdaptAdam, {'lr': 5e4, 'weight_decay': 1e-1}, 10),
316+
(DAdaptAdam, {'lr': 5e4, 'weight_decay': 1e-3}, 5),
317317
(DAdaptSGD, {'lr': 2e0, 'weight_decay': 1e-3}, 25),
318318
(DAdaptAdan, {'lr': 2e0, 'weight_decay': 1e-3}, 20),
319319
(DAdaptAdan, {'lr': 2e0, 'weight_decay': 1e-3, 'weight_decouple': True}, 20),

0 commit comments

Comments
 (0)