Skip to content

Commit 86ccd4b

Browse files
committed
Fixtypo
1 parent ad4726f commit 86ccd4b

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
@@ -132,15 +132,15 @@ python train.py --data-root=./data/jsut --hparams="frontend=jp" --hparams="build
132132
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!
133133

134134

135-
### 4. Moniter with Tensorboard
135+
### 3. Moniter with Tensorboard
136136

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

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

143-
### 5. Synthesize from a checkpoint
143+
### 4. Synthesize from a checkpoint
144144

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

0 commit comments

Comments
 (0)