Skip to content

Commit f5bf44e

Browse files
committed
update: recipe
1 parent bb447db commit f5bf44e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/constants.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -315,6 +315,7 @@
315315
(DAdaptAdam, {'lr': 5e4, 'weight_decay': 1e-1}, 10),
316316
(DAdaptSGD, {'lr': 2e0, 'weight_decay': 1e-3}, 25),
317317
(DAdaptAdan, {'lr': 2e0, 'weight_decay': 1e-3}, 20),
318+
(DAdaptAdan, {'lr': 2e0, 'weight_decay': 1e-3, 'weight_decouple': True}, 20),
318319
(AdamS, {'lr': 1e0, 'weight_decay': 1e-3}, 10),
319320
(AdamS, {'lr': 1e0, 'weight_decay': 1e-3, 'ams_bound': True}, 20),
320321
(AdaFactor, {'lr': 7.5e-1, 'weight_decay': 1e-3, 'scale_parameter': False}, 100),

0 commit comments

Comments
 (0)