config update

This commit is contained in:
Eren Golge 2018-04-26 08:44:13 -07:00
parent aa32c76ce0
commit 7c260f481d
1 changed files with 30 additions and 27 deletions

View File

@ -1,4 +1,4 @@
{ {
"num_mels": 80, "num_mels": 80,
"num_freq": 1025, "num_freq": 1025,
"sample_rate": 22050, "sample_rate": 22050,
@ -17,6 +17,9 @@
"lr_decay": 0.5, "lr_decay": 0.5,
"batch_size": 2, "batch_size": 2,
"r": 5, "r": 5,
"mk": 1.0,
"priority_freq": false,
"griffin_lim_iters": 60, "griffin_lim_iters": 60,
"power": 1.5, "power": 1.5,
@ -28,4 +31,4 @@
"data_path_TWEB": "/data/shared/BibleSpeech", "data_path_TWEB": "/data/shared/BibleSpeech",
"output_path": "result", "output_path": "result",
"log_dir": "/home/erogol/projects/TTS/logs/" "log_dir": "/home/erogol/projects/TTS/logs/"
} }