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