mirror of https://github.com/coqui-ai/TTS.git
config update
This commit is contained in:
parent
869eae2d38
commit
4f075c4a79
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
{
|
||||
"num_mels": 80,
|
||||
"num_freq": 1025,
|
||||
"sample_rate": 22050,
|
||||
|
@ -17,6 +17,9 @@
|
|||
"lr_decay": 0.5,
|
||||
"batch_size": 2,
|
||||
"r": 5,
|
||||
"mk": 1.0,
|
||||
"priority_freq": false,
|
||||
|
||||
|
||||
"griffin_lim_iters": 60,
|
||||
"power": 1.5,
|
||||
|
@ -28,4 +31,4 @@
|
|||
"data_path_TWEB": "/data/shared/BibleSpeech",
|
||||
"output_path": "result",
|
||||
"log_dir": "/home/erogol/projects/TTS/logs/"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue