From 7b76738acb0d77aae93beaa62d6421534d81b02a Mon Sep 17 00:00:00 2001 From: Ryuichi Yamamoto Date: Wed, 10 Jan 2018 19:56:46 +0900 Subject: [PATCH] Fixtypo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2d7d4025..5bbaf744 100644 --- a/README.md +++ b/README.md @@ -133,7 +133,7 @@ python train.py --data-root=./data/jsut --hparams="frontend=jp" --hparams="build Note that there are many hyper parameters and design choices. Some are configurable by `hparams.py` and some are hardcoded in the source (e.g., dilation factor for each convolution layer). If you find better hyper parameters, please let me know! -### 4. Monitor with Tensorboard +### 3. Monitor with Tensorboard Logs are dumped in `./log` directory by default. You can monitor logs by tensorboard: @@ -141,7 +141,7 @@ Logs are dumped in `./log` directory by default. You can monitor logs by tensorb tensorboard --logdir=log ``` -### 5. Synthesize from a checkpoint +### 4. Synthesize from a checkpoint Given a list of text, `synthesis.py` synthesize audio signals from trained model. Usage is: