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,