From 91dec3a67e3ad3998a082d02eadf9e9a5d056595 Mon Sep 17 00:00:00 2001 From: Eren Golge Date: Tue, 13 Feb 2018 17:17:54 +0100 Subject: [PATCH] Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 46aeda02..efecb475 100644 --- a/README.md +++ b/README.md @@ -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,9 +57,10 @@ 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", "log_dir": "/path/to/my/tensorboard/logs/" } -``` \ No newline at end of file +```