Add print_step

pull/10/head
Eren 2018-07-05 17:29:04 +02:00
parent 83707b4b93
commit eccdc61cd4
1 changed files with 6 additions and 6 deletions

View File

@ -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/"
}