mirror of https://github.com/coqui-ai/TTS.git
Change config to json 2
This commit is contained in:
parent
72e1357c80
commit
e225993fb6
|
@ -0,0 +1,29 @@
|
||||||
|
{
|
||||||
|
"num_mels": 80,
|
||||||
|
"num_freq": 1024,
|
||||||
|
"sample_rate": 20000,
|
||||||
|
"frame_length_ms": 50.0,
|
||||||
|
"frame_shift_ms": 12.5,
|
||||||
|
"preemphasis": 0.97,
|
||||||
|
"min_level_db": -100,
|
||||||
|
"ref_level_db": 20,
|
||||||
|
"hidden_size": 128,
|
||||||
|
"embedding_size": 256,
|
||||||
|
|
||||||
|
"epochs": 10000,
|
||||||
|
"lr": 0.01,
|
||||||
|
"decay_step": [500000, 1000000, 2000000],
|
||||||
|
"batch_size": 128,
|
||||||
|
"max_iters": 200,
|
||||||
|
"griffinf_lim_iters": 60,
|
||||||
|
"power": 1.5,
|
||||||
|
"r": 5,
|
||||||
|
|
||||||
|
"log_step": 100,
|
||||||
|
"save_step": 2000,
|
||||||
|
|
||||||
|
"text_cleaner": "english_cleaners",
|
||||||
|
|
||||||
|
"data_path": "/data/shared/KeithIto/LJSpeech-1.0",
|
||||||
|
"output_path": "./result"
|
||||||
|
}
|
Loading…
Reference in New Issue