Create requirements.txt
Browse files- requirements.txt +16 -0
requirements.txt
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
python-dotenv
|
2 |
+
--extra-index-url https://download.pytorch.org/whl/cu113
|
3 |
+
torch
|
4 |
+
pytube
|
5 |
+
yt-dlp
|
6 |
+
mirdata
|
7 |
+
mido
|
8 |
+
git+https://github.com/craffel/mir_eval.git
|
9 |
+
git+https://github.com/katsura-jp/pytorch-cosine-annealing-with-warmup.git
|
10 |
+
lightning>=2.2.1
|
11 |
+
pytest
|
12 |
+
deprecated
|
13 |
+
librosa
|
14 |
+
einops
|
15 |
+
transformers
|
16 |
+
wandb
|