Spaces:
Sleeping
Sleeping
Upload training_requirements.txt with huggingface_hub
Browse files- training_requirements.txt +17 -0
training_requirements.txt
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Requirements for training DTLN model
|
| 2 |
+
tensorflow>=2.13.0
|
| 3 |
+
tensorflow-model-optimization>=0.7.5
|
| 4 |
+
numpy>=1.24.3
|
| 5 |
+
soundfile>=0.12.1
|
| 6 |
+
librosa>=0.10.1
|
| 7 |
+
scipy>=1.11.4
|
| 8 |
+
datasets>=2.14.0
|
| 9 |
+
huggingface-hub>=0.17.0
|
| 10 |
+
tqdm>=4.66.0
|
| 11 |
+
|
| 12 |
+
# For audio processing
|
| 13 |
+
resampy>=0.4.2
|
| 14 |
+
audioread>=3.0.0
|
| 15 |
+
|
| 16 |
+
# Optional: for TensorBoard
|
| 17 |
+
tensorboard>=2.13.0
|