mirror of https://github.com/coqui-ai/TTS.git
Add print_step
parent
83707b4b93
commit
eccdc61cd4
12
config.json
12
config.json
|
@ -10,23 +10,23 @@
|
|||
"ref_level_db": 20,
|
||||
"embedding_size": 256,
|
||||
"text_cleaner": "english_cleaners",
|
||||
|
||||
|
||||
"epochs": 1000,
|
||||
"lr": 0.002,
|
||||
"warmup_steps": 4000,
|
||||
"batch_size": 32,
|
||||
"eval_batch_size":32,
|
||||
"r": 5,
|
||||
|
||||
|
||||
"griffin_lim_iters": 60,
|
||||
"power": 1.5,
|
||||
|
||||
|
||||
"num_loader_workers": 8,
|
||||
|
||||
|
||||
"checkpoint": true,
|
||||
"save_step": 376,
|
||||
"print_step": 50,
|
||||
"data_path": "/snakepit/shared/data/keithito/LJSpeech-1.1/",
|
||||
"min_seq_len": 0,
|
||||
"min_seq_len": 0,
|
||||
"output_path": "models/"
|
||||
}
|
||||
|
Loading…
Reference in New Issue