pit scripts

This commit is contained in:
Eren
2018-06-21 14:10:21 +02:00
parent 7c6b1fe537
commit 043b59f191
3 changed files with 8 additions and 1 deletions
+3
View File
@@ -0,0 +1,3 @@
#!/bin/bash
source ../tmp/venv/bin/activate
python train.py --config_path config.json
+4
View File
@@ -0,0 +1,4 @@
#!/bin/bash
virtualenv -p python3 ../tmp/venv
source ../tmp/venv/bin/activate
pip install --no-cache-dir -r requirements.txt
+1 -1
View File
@@ -1,9 +1,9 @@
torch
librosa
inflect
unidecode
tensorboard
tensorboardX
torch
matplotlib
Pillow
flask