Spaces:
Paused
Paused
Create requirements.txt
Browse files- requirements.txt +18 -0
requirements.txt
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
pip
|
2 |
+
torch
|
3 |
+
torchvision
|
4 |
+
torchaudio
|
5 |
+
librosa==0.8
|
6 |
+
Cython
|
7 |
+
tensorboard
|
8 |
+
joblib
|
9 |
+
matplotlib
|
10 |
+
pesq
|
11 |
+
pypesq
|
12 |
+
pystoi
|
13 |
+
tqdm
|
14 |
+
toml
|
15 |
+
colorful
|
16 |
+
mir_eval
|
17 |
+
torch_complex
|
18 |
+
gdown
|