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