Skip to content

Commit a5c9032

Browse files
authored
Be explicit
1 parent 47e03ec commit a5c9032

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,12 @@ Once upon a time there was a dear little girl who was loved by every one who loo
156156
A text-to-speech synthesis system typically consists of multiple stages, such as a text analysis frontend, an acoustic model and an audio synthesis module.
157157
```
158158

159+
Note that you have to use the same hyper parameters used for training. For example, if you are using hyper parameters `preset=deepvoice3_ljspeech,builder=deepvoice3"` for training, then synthesis command should be:
160+
161+
```
162+
python synthesis.py --hparams="builder=deepvoice3,preset=deepvoice3_ljspeech" ${checkpoint_path} ${text_list.txt} ${output_dir}
163+
```
164+
159165
## Advanced usage
160166

161167
### Multi-speaker model

0 commit comments

Comments
 (0)