Skip to content

Commit 0f54f47

Browse files
committed
update: SCION optimizer
1 parent 8ff7eab commit 0f54f47

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pytorch_optimizer/optimizer/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,7 @@ def load_optimizer(optimizer: str) -> OPTIMIZER:
301301
SPAM,
302302
Kron,
303303
EXAdam,
304+
SCION,
304305
Ranger25,
305306
]
306307
OPTIMIZERS: Dict[str, OPTIMIZER] = {str(optimizer.__name__).lower(): optimizer for optimizer in OPTIMIZER_LIST}

0 commit comments

Comments
 (0)