diff --git a/.compute b/.compute index 14be6aa9..6a7438cb 100644 --- a/.compute +++ b/.compute @@ -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 \ No newline at end of file +python train.py --config_path config.json --data_path ${DATA_ROOT}/shared/data/Blizzard/Nancy/ --debug true \ No newline at end of file diff --git a/.gitignore b/.gitignore index 24b13870..46e63a32 100644 --- a/.gitignore +++ b/.gitignore @@ -121,3 +121,5 @@ version.py # jupyter dummy files core + +tests/outputs/* \ No newline at end of file diff --git a/tests/inputs/example_1.wav b/tests/inputs/example_1.wav new file mode 100644 index 00000000..b1a0ed11 Binary files /dev/null and b/tests/inputs/example_1.wav differ