Skip to content

Commit 5fc44f2

Browse files
committed
2 parents 88ae437 + a5c9032 commit 5fc44f2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ python train.py --data-root=./data/ljspeech --checkpoint-dir=checkpoints_nyanko
5353
## Requirements
5454

5555
- Python 3
56+
- CUDA >= 8.0
5657
- PyTorch >= v0.3
5758
- TensorFlow >= v1.3
5859
- [tensorboard-pytorch](https://github.com/lanpa/tensorboard-pytorch) (master)
@@ -155,6 +156,12 @@ Once upon a time there was a dear little girl who was loved by every one who loo
155156
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.
156157
```
157158

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+
158165
## Advanced usage
159166

160167
### Multi-speaker model

0 commit comments

Comments
 (0)