Skip to content

Commit 3fdbde5

Browse files
committed
Fixtypo
1 parent 9d9595a commit 3fdbde5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,15 +150,15 @@ python preprocess.py nikl_s ${your_nikl_root_path} data/nikl_s --preset=presets/
150150
python train.py --data-root=./data/nikl_s --checkpoint-dir checkpoint_nikl_s --preset=presets/deepvoice3_nikls.json
151151
```
152152

153-
### 4. Monitor with Tensorboard
153+
### 3. Monitor with Tensorboard
154154

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

157157
```
158158
tensorboard --logdir=log
159159
```
160160

161-
### 5. Synthesize from a checkpoint
161+
### 4. Synthesize from a checkpoint
162162

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

0 commit comments

Comments
 (0)