Skip to content

Commit e11d442

Browse files
committed
update: recipe
1 parent 090adb1 commit e11d442

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
@@ -169,7 +169,7 @@
169169
(SGDP, {'lr': 5e-2, 'weight_decay': 1e-4, 'nesterov': True}, 50),
170170
(Ranger, {'lr': 5e-1, 'weight_decay': 1e-3}, 150),
171171
(Ranger21, {'lr': 5e-1, 'weight_decay': 1e-3, 'num_iterations': 500}, 200),
172-
(Shampoo, {'lr': 1e-1, 'weight_decay': 1e-3, 'momentum': 0.1}, 100),
172+
(Shampoo, {'lr': 5e-1, 'weight_decay': 1e-3, 'momentum': 0.1}, 10),
173173
(ScalableShampoo, {'lr': 1e-1, 'weight_decay': 1e-3, 'graft_type': 0}, 10),
174174
(ScalableShampoo, {'lr': 1e-1, 'weight_decay': 1e-3, 'graft_type': 1}, 10),
175175
(ScalableShampoo, {'lr': 1e-1, 'weight_decay': 1e-3, 'graft_type': 2}, 10),

0 commit comments

Comments
 (0)