From e5e64d79697d3108bcaa4ffd0443b1e47b31850d Mon Sep 17 00:00:00 2001 From: Eren Golge Date: Wed, 28 Mar 2018 18:23:53 -0700 Subject: [PATCH] config change --- config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.json b/config.json index ed9764b1..38f5efb8 100644 --- a/config.json +++ b/config.json @@ -11,7 +11,7 @@ "text_cleaner": "english_cleaners", "epochs": 2000, - "lr": 0.001, + "lr": 0.002, "warmup_steps": 4000, "batch_size": 128, "eval_batch_size":32, @@ -23,7 +23,7 @@ "num_loader_workers": 8, "checkpoint": true, - "save_step": 378, + "save_step": 94, "data_path": "/run/shm/erogol/LJSpeech-1.0", "min_seq_len": 0, "output_path": "/data/shared/erogol_models/"