We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4a32b0 commit 42b1d76Copy full SHA for 42b1d76
tests/constants.py
@@ -586,4 +586,6 @@
586
(AdamP, {'lr': 1e0, 'cautious': True}, 2),
587
(ADOPT, {'lr': 1e1, 'cautious': True}, 3),
588
(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),
591
]
0 commit comments