Skip to content

Commit 687acdd

Browse files
committed
update: Adan recipe
1 parent 3b69c84 commit 687acdd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test_optimizers.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
AdaBelief,
1515
AdaBound,
1616
AdamP,
17+
Adan,
1718
AdaPNM,
1819
DiffGrad,
1920
DiffRGrad,
@@ -79,6 +80,7 @@
7980
(AdaPNM, {'lr': 3e-1, 'weight_decay': 1e-3, 'amsgrad': False}, 500),
8081
(Nero, {'lr': 5e-1}, 200),
8182
(Nero, {'lr': 5e-1, 'constraints': False}, 200),
83+
(Adan, {'lr': 1e-1}, 200),
8284
]
8385

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

0 commit comments

Comments
 (0)