Skip to content

Commit 2cacc27

Browse files
committed
update: Adai recipes
1 parent 5d6c23b commit 2cacc27

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/constants.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,8 @@
138138
(Adai, {'lr': 1e-1, 'weight_decay': 0.0, 'dampening': 0.9}, 150),
139139
(Adai, {'lr': 1e-1, 'weight_decay': 1e-4, 'weight_decouple': False}, 150),
140140
(Adai, {'lr': 1e-1, 'weight_decay': 1e-4, 'weight_decouple': True}, 150),
141+
(Adai, {'lr': 1e-1, 'weight_decay': 1e-4, 'weight_decouple': False, 'use_stable_weight_decay': True}, 150),
142+
(Adai, {'lr': 1e-1, 'weight_decay': 1e-4, 'weight_decouple': True, 'use_stable_weight_decay': True}, 150),
141143
(AdamP, {'lr': 5e-1, 'weight_decay': 1e-3}, 10),
142144
(AdamP, {'lr': 5e-1, 'weight_decay': 1e-3, 'use_gc': True}, 10),
143145
(AdamP, {'lr': 5e-1, 'weight_decay': 1e-3, 'nesterov': True}, 10),

0 commit comments

Comments
 (0)