We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b4fa64 commit 8360683Copy full SHA for 8360683
README.md
@@ -197,15 +197,15 @@ python preprocess.py nikl_s ${your_nikl_root_path} data/nikl_s --preset=presets/
197
python train.py --data-root=./data/nikl_s --checkpoint-dir checkpoint_nikl_s --preset=presets/deepvoice3_nikls.json
198
```
199
200
-### 4. Monitor with Tensorboard
+### 3. Monitor with Tensorboard
201
202
Logs are dumped in `./log` directory by default. You can monitor logs by tensorboard:
203
204
205
tensorboard --logdir=log
206
207
208
-### 5. Synthesize from a checkpoint
+### 4. Synthesize from a checkpoint
209
210
Given a list of text, `synthesis.py` synthesize audio signals from trained model. Usage is:
211
0 commit comments