From f4eaec12648addb76b56e0c74faa3ddb4c60cad9 Mon Sep 17 00:00:00 2001 From: Eren Golge Date: Mon, 22 Jul 2019 02:06:26 +0200 Subject: [PATCH] compute update --- .compute | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.compute b/.compute index 63dea7a7..002f9136 100644 --- a/.compute +++ b/.compute @@ -10,7 +10,7 @@ wget https://www.dropbox.com/s/wqn5v3wkktw9lmo/install.sh?dl=0 -O install.sh sudo sh install.sh python3 setup.py develop # cp -R ${USER_DIR}/GermanData ../tmp/ -python3 distribute.py --config_path config_libritts.json --data_path /data/rw/home/LibriTTS/train-clean-360/ +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/ while true; do sleep 1000000; done