Skip to content

Commit a5e0894

Browse files
committed
update: test case
1 parent 3b2e11d commit a5e0894

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/constants.py

+1
Original file line numberDiff line numberDiff line change
@@ -540,6 +540,7 @@
540540
(MARS, {'lr': 5e-1, 'lr_1d': 5e-1, 'weight_decay': 1e-3, 'mars_type': 'shampoo'}, 5),
541541
(MARS, {'lr': 5e-1, 'lr_1d': 5e-1, 'weight_decay': 1e-3, 'mars_type': 'adamw', 'ams_bound': True}, 5),
542542
(SGDSaI, {'lr': 1e0}, 15),
543+
(SGDSaI, {'lr': 1e0, 'momentum': 0.0}, 15),
543544
]
544545
ADANORM_SUPPORTED_OPTIMIZERS: List[Tuple[Any, Dict[str, Union[float, bool, int]], int]] = [
545546
(AdaBelief, {'lr': 5e-1, 'weight_decay': 1e-3, 'adanorm': True}, 10),

0 commit comments

Comments
 (0)