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 75b9187 commit 4b66973Copy full SHA for 4b66973
README.md
@@ -154,15 +154,15 @@ python train.py --data-root=./data/nikl_s --checkpoint-dir checkpoint_nikl_s \
154
--hparams="frontend=ko,builder=deepvoice3,preset=deepvoice3_nikls"
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