From c1f598b5d09ef4ddd329dc65ebff029ce24882ea Mon Sep 17 00:00:00 2001 From: Eren Golge Date: Sun, 13 Oct 2019 01:22:30 +0200 Subject: [PATCH] config for tacotron2 --- .compute | 5 +++-- config.json | 6 +++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.compute b/.compute index 34da13d8..de3589ae 100644 --- a/.compute +++ b/.compute @@ -11,8 +11,9 @@ sudo sh install.sh python3 setup.py develop # cp -R ${USER_DIR}/GermanData ../tmp/ # cp -R /data/ro/shared/data/keithito/LJSpeech-1.1/ ../tmp/ -python3 distribute.py --config_path config.json --data_path /data/ro/shared/data/keithito/LJSpeech-1.1/ +# python3 distribute.py --config_path config.json --data_path /data/ro/shared/data/keithito/LJSpeech-1.1/ # cp -R ${USER_DIR}/Mozilla_22050 ../tmp/ # python3 distribute.py --config_path config_tacotron_gst.json --data_path ../tmp/Mozilla_22050/ -python3 distribute.py --config_path config.json --data_path /data/rw/home/LibriTTS/train-clean-360 +# python3 distribute.py --config_path config.json --data_path /data/rw/home/LibriTTS/train-clean-360 +python3 distribute.py --config_path config.json while true; do sleep 1000000; done diff --git a/config.json b/config.json index c5434bf9..9cc4b222 100644 --- a/config.json +++ b/config.json @@ -1,6 +1,6 @@ { "run_name": "ljspeech", - "run_description": "Tacotron prenet fix test run - dev-memory_fix", + "run_description": "Tacotron2 ljspeech release training", "audio":{ // Audio processing parameters @@ -31,7 +31,7 @@ "reinit_layers": [], - "model": "Tacotron", // one of the model in models/ + "model": "Tacotron2", // one of the model in models/ "grad_clip": 1, // upper limit for gradients for clipping. "epochs": 1000, // total number of epochs to train. "lr": 0.0001, // Initial learning rate. If Noam decay is active, maximum learning rate. @@ -82,7 +82,7 @@ [ { "name": "ljspeech", - "path": "/home/erogol/Data/LJSpeech-1.1/", + "path": "/data/ro/shared/data/keithito/LJSpeech-1.1/", "meta_file_train": "metadata_train.csv", "meta_file_val": "metadata_val.csv" }