From ed35ae7e20df39dbf69758f9cd0c830c677d58f0 Mon Sep 17 00:00:00 2001 From: Eren Golge Date: Sun, 25 Mar 2018 10:50:19 -0700 Subject: [PATCH] config change --- config.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config.json b/config.json index 285e1d8d..0bd21b4e 100644 --- a/config.json +++ b/config.json @@ -23,9 +23,9 @@ "num_loader_workers": 8, - "checkpoint": false, - "save_step": 69, + "checkpoint": true, + "save_step": 378, "data_path": "/run/shm/erogol/LJSpeech-1.0", "min_seq_len": 0, - "output_path": "result" + "output_path": "/data/shared/erogol_models/" }