Skip to content

Commit 2a74a72

Browse files
committed
update: recipe
1 parent ab73a77 commit 2a74a72

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
@@ -640,7 +640,7 @@
640640
(Kron, {'lr': 1e0, 'weight_decay': 1e-3}, 3),
641641
(EXAdam, {'lr': 1e-1, 'weight_decay': 1e-3}, 5),
642642
(SCION, {'lr': 5e-1, 'constraint': False, 'weight_decay': 1e-3}, 5),
643-
(SCION, {'lr': 5e-1, 'constraint': True}, 10),
643+
(SCION, {'lr': 5e-1, 'constraint': True}, 20),
644644
(SCIONLight, {'lr': 5e-1, 'constraint': False, 'weight_decay': 1e-3}, 5),
645645
(SCIONLight, {'lr': 2e-1, 'constraint': True}, 5),
646646
(AdaGC, {'lr': 1e-1, 'warmup_steps': 2, 'weight_decay': 1e-3}, 5),

0 commit comments

Comments
 (0)