Skip to content

Commit 2c27f69

Browse files
committed
Fixtypo
1 parent 6389443 commit 2c27f69

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
@@ -154,15 +154,15 @@ python preprocess.py nikl_s ${your_nikl_root_path} data/nikl_s --preset=presets/
154154
python train.py --data-root=./data/nikl_s --checkpoint-dir checkpoint_nikl_s --preset=presets/deepvoice3_nikls.json
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)