mirror of https://github.com/coqui-ai/TTS.git
Update README.md
This commit is contained in:
parent
83f73861bd
commit
fe38c26b86
|
@ -50,7 +50,7 @@ Below you see Tacotron model state after 16K iterations with batch-size 32 with
|
||||||
|
|
||||||
Audio examples: [https://soundcloud.com/user-565970875](https://soundcloud.com/user-565970875)
|
Audio examples: [https://soundcloud.com/user-565970875](https://soundcloud.com/user-565970875)
|
||||||
|
|
||||||

|
<img src="images/example_model_output.png?raw=true" alt="example_output" width="400"/>
|
||||||
|
|
||||||
## Runtime
|
## Runtime
|
||||||
The most time-consuming part is the vocoder algorithm (Griffin-Lim) which runs on CPU. By setting its number of iterations lower, you might have faster execution with a small loss of quality. Some of the experimental values are below.
|
The most time-consuming part is the vocoder algorithm (Griffin-Lim) which runs on CPU. By setting its number of iterations lower, you might have faster execution with a small loss of quality. Some of the experimental values are below.
|
||||||
|
|
Loading…
Reference in New Issue