A big revision: visualization, data loader, tests

This commit is contained in:
Eren Golge
2018-02-04 08:25:00 -08:00
parent 86f3a56f59
commit 9f5e102473
14 changed files with 199 additions and 64 deletions
+2 -2
View File
@@ -15,14 +15,14 @@
"lr": 0.01,
"lr_patience": 2,
"lr_decay": 0.5,
"batch_size": 16,
"batch_size": 32,
"griffinf_lim_iters": 60,
"power": 1.5,
"r": 5,
"num_loader_workers": 16,
"save_step": 1,
"save_step":1 ,
"data_path": "/data/shared/KeithIto/LJSpeech-1.0",
"output_path": "result",
"log_dir": "/home/erogol/projects/TTS/logs/"