Skip to content

Commit 719b493

Browse files
committed
update: shampoo recipe
1 parent 43a35a9 commit 719b493

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_optimizers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
(SGDP, {'lr': 2e-1, 'weight_decay': 1e-3, 'nesterov': True}, 500),
6868
(Ranger, {'lr': 5e-1, 'weight_decay': 1e-3}, 200),
6969
(Ranger21, {'lr': 5e-1, 'weight_decay': 1e-3, 'num_iterations': 500}, 500),
70-
(Shampoo, {'lr': 5e-1, 'weight_decay': 1e-3}, 200),
70+
(Shampoo, {'lr': 3e-1, 'weight_decay': 1e-3, 'momentum': 0.05}, 500),
7171
]
7272

7373
ADAMD_SUPPORTED_OPTIMIZERS: List[Tuple[Any, Dict[str, Union[float, bool, int]], int]] = [

0 commit comments

Comments
 (0)