Skip to content

Commit cd284a6

Browse files
changed text to phrase as input to inference in the readme
1 parent dc7cd1a commit cd284a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PyTorch/SpeechSynthesis/Tacotron2/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ and input text as a text file, with one phrase per line.
293293
294294
To run inference, issue:
295295
```bash
296-
python inference.py --tacotron2 <Tacotron2_checkpoint> --waveglow <WaveGlow_checkpoint> -o output/ -i text.txt --fp16-run
296+
python inference.py --tacotron2 <Tacotron2_checkpoint> --waveglow <WaveGlow_checkpoint> -o output/ -i phrase.txt --fp16-run
297297
```
298298
Here, `Tacotron2_checkpoint` and `WaveGlow_checkpoint` are pre-trained
299299
checkpoints for the respective models, and `text.txt` contains input phrases.

0 commit comments

Comments
 (0)