Skip to content

Commit

Permalink
Fixtypo
Browse files Browse the repository at this point in the history
  • Loading branch information
r9y9 committed Jan 13, 2018
1 parent baf483c commit 050853e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,15 +133,15 @@ 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:

```
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:

Expand Down

0 comments on commit 050853e

Please sign in to comment.