Change snakepit scripts

This commit is contained in:
Eren G 2018-07-09 15:56:11 +02:00
parent 934639128d
commit c3faa2dd75
3 changed files with 3 additions and 3 deletions

View File

@ -1,3 +1,3 @@
#!/bin/bash
source ../tmp/venv/bin/activate
python train.py --config_path config.json
python train.py --config_path config.json --debug true

View File

@ -1,4 +1,4 @@
#!/bin/bash
virtualenv -p python3 ../tmp/venv
source ../tmp/venv/bin/activate
python setup.py develop
python setup.py develop

View File

@ -28,5 +28,5 @@
"print_step": 50,
"data_path": "/snakepit/shared/data/keithito/LJSpeech-1.1/",
"min_seq_len": 0,
"output_path": "models/"
"output_path": "experiments/"
}