2018-06-21 13:46:20 +00:00
|
|
|
#!/bin/bash
|
2018-07-23 14:14:46 +00:00
|
|
|
# source ../tmp/venv/bin/activate
|
|
|
|
# ls /snakepit/jobs/650/keep/
|
|
|
|
source /snakepit/jobs/650/keep/venv/bin/activate
|
|
|
|
# source /snakepit/jobs/560/tmp/venv/bin/activate
|
2018-07-25 17:14:07 +00:00
|
|
|
python extract_feats.py --data_path /snakepit/shared/data/keithito/LJSpeech-1.1/wavs --out_path /snakepit/shared/data/keithito/LJSpeech-1.1/loader_data/ --config config.json --num_proc 8
|
2018-07-13 13:24:50 +00:00
|
|
|
python train.py --config_path config.json --debug true
|