Skip to content

Commit

Permalink
add requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
KinWaiCheuk committed Jul 8, 2021
1 parent 21ac72e commit f46ba65
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
.ipynb_checkpoints/
.DS_Store
*.pyc
Output
16 changes: 16 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@

torch == 1.6.0
torchvision == 0.7.0
tensorboard == 2.2.0
numpy == 1.19.1
matplotlib == 3.0.2
sacred == 0.8.1
nnAudio == 0.2.0
mir_eval == 0.5
pandas == 1.1.5
SoundFile == 0.10.2
tqdm
mido ==1.2.9
joblib == 0.13.2
scikit-learn == 0.19.2
pydub == 0.23.1

0 comments on commit f46ba65

Please sign in to comment.