Skip to content

Commit 050853e

Browse files
committed
Fixtypo
1 parent baf483c commit 050853e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -133,15 +133,15 @@ python train.py --data-root=./data/jsut --hparams="frontend=jp" --hparams="build
133133
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!
134134

135135

136-
### 4. Monitor with Tensorboard
136+
### 3. Monitor with Tensorboard
137137

138138
Logs are dumped in `./log` directory by default. You can monitor logs by tensorboard:
139139

140140
```
141141
tensorboard --logdir=log
142142
```
143143

144-
### 5. Synthesize from a checkpoint
144+
### 4. Synthesize from a checkpoint
145145

146146
Given a list of text, `synthesis.py` synthesize audio signals from trained model. Usage is:
147147

0 commit comments

Comments
 (0)