ernestchu
commited on
Commit
Β·
b6ef12a
1
Parent(s):
32bac05
update
Browse files
requirements.txt
CHANGED
@@ -1,4 +1,3 @@
|
|
1 |
-
./tsmnet
|
2 |
torch
|
3 |
torchvision
|
4 |
torchaudio
|
|
|
|
|
1 |
torch
|
2 |
torchvision
|
3 |
torchaudio
|
tsmnet/{tsmnet/__init__.py β __init__.py}
RENAMED
File without changes
|
tsmnet/{tsmnet/dataset.py β dataset.py}
RENAMED
File without changes
|
tsmnet/{tsmnet/interface.py β interface.py}
RENAMED
File without changes
|
tsmnet/{tsmnet/modules.py β modules.py}
RENAMED
File without changes
|
tsmnet/setup.py
DELETED
@@ -1,7 +0,0 @@
|
|
1 |
-
from setuptools import setup
|
2 |
-
|
3 |
-
setup(
|
4 |
-
name='tsmnet',
|
5 |
-
version='1.0.0',
|
6 |
-
packages=['tsmnet'],
|
7 |
-
)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
tsmnet/{tsmnet/utils.py β utils.py}
RENAMED
File without changes
|