Update README.md

This commit is contained in:
Eren Golge 2018-02-13 17:17:54 +01:00 committed by GitHub
parent 2ebe545259
commit 91dec3a67e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 3 deletions

View File

@ -48,8 +48,6 @@ Example ```config.json```:
// Training parameters
"epochs": 2000,
"lr": 0.001,
"lr_patience": 2, // lr_scheduler.ReduceLROnPlateau().patience
"lr_decay": 0.5, // lr_scheduler.ReduceLROnPlateau().factor
"batch_size": 256,
"griffinf_lim_iters": 60,
"power": 1.5,
@ -59,6 +57,7 @@ Example ```config.json```:
"num_loader_workers": 8,
// Experiment logging parameters
"checkpoint": true, // if save checkpoint per save_step
"save_step": 200,
"data_path": "/path/to/KeithIto/LJSpeech-1.0",
"output_path": "/path/to/my_experiment",