2018-06-21 13:46:20 +00:00
|
|
|
#!/bin/bash
|
2018-08-08 10:31:03 +00:00
|
|
|
source ../tmp/venv/bin/activate
|
2018-11-02 15:41:56 +00:00
|
|
|
# python extract_features.py --data_path ${DATA_ROOT}/shared/data/keithito/LJSpeech-1.1/ --cache_path ~/tts_cache/ --config config.json --num_proc 12 --dataset ljspeech --meta_file metadata.csv --val_split 1000 --process_audio true
|
|
|
|
# python train.py --config_path config.json --data_path ~/tts_cache/ --debug true
|
2018-12-13 14:15:26 +00:00
|
|
|
python train.py --config_path config.json --data_path ${DATA_ROOT}/shared/data/Blizzard/Nancy/ --debug true
|