From f81b45aaac4c3db4a609f1d12daab2b73d2d4cc2 Mon Sep 17 00:00:00 2001 From: Eren G Date: Fri, 20 Jul 2018 11:41:52 +0200 Subject: [PATCH] .compute script and config.json update --- .compute | 2 +- config.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.compute b/.compute index f86e0c1b..eb7195eb 100644 --- a/.compute +++ b/.compute @@ -1,3 +1,3 @@ #!/bin/bash source ../tmp/venv/bin/activate -python train.py --config_path config.json +python train.py --config_path config.json diff --git a/config.json b/config.json index 13f00883..07888b0a 100644 --- a/config.json +++ b/config.json @@ -21,10 +21,10 @@ "griffin_lim_iters": 60, "power": 1.5, - "num_loader_workers": 8, + "num_loader_workers": 4, "checkpoint": true, - "save_step": 376, + "save_step": 750, "print_step": 50, "data_path": "/snakepit/shared/data/keithito/LJSpeech-1.1/", "min_seq_len": 0,