.compute for Nancy, .gitignore and example input

This commit is contained in:
Eren Golge 2018-12-13 15:15:26 +01:00
parent 3a72d75ecd
commit 7458e80529
3 changed files with 3 additions and 1 deletions

View File

@ -2,4 +2,4 @@
source ../tmp/venv/bin/activate
# 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
python train.py --config_path config.json --data_path ${DATA_ROOT}/shared/data/keithito/LJSpeech-1.1/ --debug true
python train.py --config_path config.json --data_path ${DATA_ROOT}/shared/data/Blizzard/Nancy/ --debug true

2
.gitignore vendored
View File

@ -121,3 +121,5 @@ version.py
# jupyter dummy files
core
tests/outputs/*

BIN
tests/inputs/example_1.wav Normal file

Binary file not shown.