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 9d9595a commit 3fdbde5Copy full SHA for 3fdbde5
README.md
@@ -150,15 +150,15 @@ python preprocess.py nikl_s ${your_nikl_root_path} data/nikl_s --preset=presets/
150
python train.py --data-root=./data/nikl_s --checkpoint-dir checkpoint_nikl_s --preset=presets/deepvoice3_nikls.json
151
```
152
153
-### 4. Monitor with Tensorboard
+### 3. Monitor with Tensorboard
154
155
Logs are dumped in `./log` directory by default. You can monitor logs by tensorboard:
156
157
158
tensorboard --logdir=log
159
160
161
-### 5. Synthesize from a checkpoint
+### 4. Synthesize from a checkpoint
162
163
Given a list of text, `synthesis.py` synthesize audio signals from trained model. Usage is:
164
0 commit comments