We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc7cd1a commit cd284a6Copy full SHA for cd284a6
PyTorch/SpeechSynthesis/Tacotron2/README.md
@@ -293,7 +293,7 @@ and input text as a text file, with one phrase per line.
293
294
To run inference, issue:
295
```bash
296
-python inference.py --tacotron2 <Tacotron2_checkpoint> --waveglow <WaveGlow_checkpoint> -o output/ -i text.txt --fp16-run
+python inference.py --tacotron2 <Tacotron2_checkpoint> --waveglow <WaveGlow_checkpoint> -o output/ -i phrase.txt --fp16-run
297
```
298
Here, `Tacotron2_checkpoint` and `WaveGlow_checkpoint` are pre-trained
299
checkpoints for the respective models, and `text.txt` contains input phrases.
0 commit comments