Skip to content

Commit 1ddb7e2

Browse files
committed
update: test_load_optimizers
1 parent 030c65a commit 1ddb7e2

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/test_load_optimizers.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@
55
from pytorch_optimizer import load_optimizers
66

77

8-
def ids(v) -> str:
9-
return f'{v[0].__name__}_{v[1:]}'
10-
11-
128
VALID_OPTIMIZER_NAMES: List[str] = [
139
'adamp',
1410
'sgdp',

0 commit comments

Comments
 (0)