From 2a4adf0c3373485d30ca32b1c53384094935e2d6 Mon Sep 17 00:00:00 2001 From: Eren Golge Date: Mon, 17 Dec 2018 16:36:19 +0100 Subject: [PATCH] update test_config.json --- tests/test_config.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tests/test_config.json b/tests/test_config.json index 05a8137d..7283664c 100644 --- a/tests/test_config.json +++ b/tests/test_config.json @@ -16,7 +16,8 @@ "clip_norm": true, // clip normalized values into the range. "max_norm": 4, // scale normalization to range [-max_norm, max_norm] or [0, max_norm] "mel_fmin": 95, // minimum freq level for mel-spec. ~50 for male and ~95 for female voices. Tune for dataset!! - "mel_fmax": 7600 // maximum freq level for mel-spec. Tune for dataset!! + "mel_fmax": 7600, // maximum freq level for mel-spec. Tune for dataset!! + "do_trim_silence": false }, "hidden_size": 128, "embedding_size": 256, @@ -34,8 +35,9 @@ "save_step": 200, "data_path": "/home/erogol/Data/LJSpeech-1.1/", - "data_path_cache": "/home/erogol/Data/LJSpeech-1.1/tts_cache/", + "data_path_cache": "/media/erogol/data_ssd/Data/Nancy/tts_cache/", "output_path": "result", "min_seq_len": 0, + "max_seq_len": 300, "log_dir": "/home/erogol/projects/TTS/logs/" }