Skip to content

Commit 42b1d76

Browse files
committed
update: test cases
1 parent b4a32b0 commit 42b1d76

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
@@ -586,4 +586,6 @@
586586
(AdamP, {'lr': 1e0, 'cautious': True}, 2),
587587
(ADOPT, {'lr': 1e1, 'cautious': True}, 3),
588588
(AdaShift, {'lr': 1e1, 'keep_num': 1, 'cautious': True}, 3),
589+
(MARS, {'lr': 5e-1, 'lr_1d': 5e-1, 'weight_decay': 1e-3, 'cautious': True}, 3),
590+
(MARS, {'lr': 5e-1, 'lr_1d': 5e-1, 'weight_decay': 1e-3, 'optimize_1d': True, 'cautious': True}, 3),
589591
]

0 commit comments

Comments
 (0)