TTS/config.json

35 lines
787 B
JSON
Raw Normal View History

2018-06-20 15:10:27 +00:00
{
2018-07-18 12:31:03 +00:00
"model_name": "loc-sens-attn-new",
2018-06-20 15:10:27 +00:00
"num_mels": 80,
"num_freq": 1025,
"sample_rate": 20000,
"frame_length_ms": 50,
"frame_shift_ms": 12.5,
"preemphasis": 0.97,
2018-07-13 13:24:50 +00:00
"min_mel_freq": 125,
"max_mel_freq": 7600,
2018-06-20 15:10:27 +00:00
"min_level_db": -100,
"ref_level_db": 20,
"embedding_size": 256,
"text_cleaner": "english_cleaners",
2018-07-05 15:29:04 +00:00
2018-06-20 15:10:27 +00:00
"epochs": 1000,
"lr": 0.002,
"warmup_steps": 4000,
"batch_size": 32,
"eval_batch_size":32,
"r": 5,
2018-07-05 15:29:04 +00:00
2018-06-20 15:10:27 +00:00
"griffin_lim_iters": 60,
"power": 1.5,
2018-07-05 15:29:04 +00:00
2018-07-18 12:31:03 +00:00
"num_loader_workers": 4,
2018-07-05 15:29:04 +00:00
2018-06-20 15:10:27 +00:00
"checkpoint": true,
"save_step": 376,
2018-07-13 13:24:50 +00:00
"print_step": 10,
2018-06-20 15:10:27 +00:00
"data_path": "/snakepit/shared/data/keithito/LJSpeech-1.1/",
2018-07-05 15:29:04 +00:00
"min_seq_len": 0,
2018-07-09 13:56:11 +00:00
"output_path": "experiments/"
2018-06-20 15:10:27 +00:00
}