2018-01-22 16:20:40 +00:00
|
|
|
{
|
|
|
|
"num_mels": 80,
|
2018-01-31 15:21:22 +00:00
|
|
|
"num_freq": 1025,
|
2018-01-22 16:20:40 +00:00
|
|
|
"sample_rate": 20000,
|
2018-01-31 15:21:22 +00:00
|
|
|
"frame_length_ms": 50,
|
2018-01-22 16:20:40 +00:00
|
|
|
"frame_shift_ms": 12.5,
|
|
|
|
"preemphasis": 0.97,
|
|
|
|
"min_level_db": -100,
|
|
|
|
"ref_level_db": 20,
|
|
|
|
"embedding_size": 256,
|
2018-01-26 10:07:07 +00:00
|
|
|
"text_cleaner": "english_cleaners",
|
2018-01-22 16:20:40 +00:00
|
|
|
|
2018-01-26 10:33:20 +00:00
|
|
|
"epochs": 2000,
|
2018-04-06 10:53:49 +00:00
|
|
|
"lr": 0.003,
|
2018-02-27 15:31:07 +00:00
|
|
|
"warmup_steps": 4000,
|
2018-03-26 18:12:05 +00:00
|
|
|
"batch_size": 128,
|
2018-03-22 19:34:16 +00:00
|
|
|
"eval_batch_size":32,
|
2018-02-01 16:26:40 +00:00
|
|
|
"r": 5,
|
|
|
|
|
2018-01-31 15:21:22 +00:00
|
|
|
"griffin_lim_iters": 60,
|
2018-01-22 16:20:40 +00:00
|
|
|
"power": 1.5,
|
|
|
|
|
2018-04-06 10:53:49 +00:00
|
|
|
"num_loader_workers": 12,
|
2018-01-26 10:53:01 +00:00
|
|
|
|
2018-03-25 17:50:19 +00:00
|
|
|
"checkpoint": true,
|
2018-03-29 01:23:53 +00:00
|
|
|
"save_step": 94,
|
2018-03-02 15:54:35 +00:00
|
|
|
"data_path": "/run/shm/erogol/LJSpeech-1.0",
|
2018-03-19 15:26:16 +00:00
|
|
|
"min_seq_len": 0,
|
2018-03-25 17:50:19 +00:00
|
|
|
"output_path": "/data/shared/erogol_models/"
|
2018-01-22 16:20:40 +00:00
|
|
|
}
|