From b0739e0e17788a425713807cb0be2c851bc47f5c Mon Sep 17 00:00:00 2001 From: Eren Golge Date: Fri, 20 Sep 2019 18:01:44 +0200 Subject: [PATCH] config --- config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.json b/config.json index 741b82ac..38d865f9 100644 --- a/config.json +++ b/config.json @@ -1,6 +1,6 @@ { "run_name": "ljspeech", - "run_description": "Tacotron2", + "run_description": "Tacotron prenet fix test run - dev-memory_fix", "audio":{ // Audio processing parameters @@ -31,7 +31,7 @@ "reinit_layers": [], - "model": "Tacotron2", // one of the model in models/ + "model": "Tacotron", // 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.