Skip to content

Commit 4b66973

Browse files
committed
Fixtypo
1 parent 75b9187 commit 4b66973

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
@@ -154,15 +154,15 @@ python train.py --data-root=./data/nikl_s --checkpoint-dir checkpoint_nikl_s \
154154
--hparams="frontend=ko,builder=deepvoice3,preset=deepvoice3_nikls"
155155
```
156156

157-
### 4. Monitor with Tensorboard
157+
### 3. Monitor with Tensorboard
158158

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

161161
```
162162
tensorboard --logdir=log
163163
```
164164

165-
### 5. Synthesize from a checkpoint
165+
### 4. Synthesize from a checkpoint
166166

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

0 commit comments

Comments
 (0)