Skip to content

Commit 4736f91

Browse files
committed
test(optimizers): adan recipe
1 parent d52b85d commit 4736f91

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
@@ -80,7 +80,7 @@
8080
(AdaPNM, {'lr': 3e-1, 'weight_decay': 1e-3, 'amsgrad': False}, 500),
8181
(Nero, {'lr': 5e-1}, 200),
8282
(Nero, {'lr': 5e-1, 'constraints': False}, 200),
83-
(Adan, {'lr': 1e-1}, 300),
83+
(Adan, {'lr': 5e-1}, 300),
8484
(Adan, {'lr': 1e-0, 'weight_decay': 1e-3, 'use_gc': True}, 300),
8585
(Adan, {'lr': 1e-0, 'weight_decay': 1e-3, 'use_gc': True, 'weight_decouple': True}, 300),
8686
]

0 commit comments

Comments
 (0)