Skip to content

Commit db3a9ab

Browse files
committed
update: recipe
1 parent 2b0809b commit db3a9ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -565,7 +565,7 @@
565565
(EXAdam, {'lr': 1e-1, 'weight_decay': 1e-3}, 5),
566566
(Ranger25, {'lr': 1e-1}, 3),
567567
(Ranger25, {'lr': 1e-1, 't_alpha_beta3': 5}, 3),
568-
(Ranger25, {'lr': 5e-2, 'stable_adamw': False, 'orthograd': False, 'eps': None}, 3),
568+
(Ranger25, {'lr': 5e-2, 'stable_adamw': False, 'orthograd': False, 'eps': None, 'lookahead_merge_time': 2}, 3),
569569
]
570570
ADANORM_SUPPORTED_OPTIMIZERS: List[Tuple[Any, Dict[str, Union[float, bool, int]], int]] = [
571571
(AdaBelief, {'lr': 5e-1, 'weight_decay': 1e-3, 'adanorm': True}, 10),

0 commit comments

Comments
 (0)