Skip to content

Commit 2a208d1

Browse files
committed
update: recipe
1 parent 4e4ee3f commit 2a208d1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/constants.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -563,9 +563,9 @@
563563
(FOCUS, {'lr': 1e-1, 'weight_decay': 1e-3}, 5),
564564
(Kron, {'lr': 1e0, 'weight_decay': 1e-3}, 3),
565565
(EXAdam, {'lr': 1e-1, 'weight_decay': 1e-3}, 5),
566-
(Ranger25, {'lr': 5e-2}, 5),
567-
(Ranger25, {'lr': 5e-2, 't_alpha_beta3': 5}, 5),
568-
(Ranger25, {'lr': 5e-2, 'stable_adamw': False, 'orthograd': False, 'eps': None}, 5),
566+
(Ranger25, {'lr': 1e-1}, 3),
567+
(Ranger25, {'lr': 1e-1, 't_alpha_beta3': 5}, 3),
568+
(Ranger25, {'lr': 5e-2, 'stable_adamw': False, 'orthograd': False, 'eps': None}, 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)