Skip to content

Commit 766712a

Browse files
committed
update: recipes
1 parent 67ae747 commit 766712a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/constants.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -503,9 +503,7 @@
503503
(Adalite, {'lr': 1e0, 'weight_decay': 1e-3}, 5),
504504
(ScheduleFreeSGD, {'lr': 1e0, 'weight_decay': 1e-3}, 5),
505505
(ScheduleFreeAdamW, {'lr': 1e0, 'weight_decay': 1e-3}, 5),
506-
(ScheduleFreeAdamW, {'lr': 1e-2, 'weight_decay': 1e-3, 'use_palm': True}, 5),
507-
(ScheduleFreeRAdam, {'lr': 1e0, 'weight_decay': 1e-3, 'degenerated_to_sgd': True}, 5),
508-
(ScheduleFreeRAdam, {'lr': 1e0, 'weight_decay': 1e-3, 'use_palm': True, 'degenerated_to_sgd': True}, 5),
506+
(ScheduleFreeRAdam, {'lr': 1e0}, 20),
509507
(FAdam, {'lr': 1e0, 'weight_decay': 1e-3}, 5),
510508
(GrokFastAdamW, {'lr': 5e0, 'weight_decay': 1e-3, 'grokfast_after_step': 1}, 5),
511509
(Kate, {'lr': 5e-2}, 10),

0 commit comments

Comments
 (0)