tts_trainer / TTS /docs /source /models /glow_tts.md
MrAR's picture
Upload 530 files
2d6a6bc verified
|
Raw
History Blame Contribute Delete
810 Bytes

Glow TTS

Glow TTS is a normalizing flow model for text-to-speech. It is built on the generic Glow model that is previously used in computer vision and vocoder models. It uses "monotonic alignment search" (MAS) to fine the text-to-speech alignment and uses the output to train a separate duration predictor network for faster inference run-time.

Important resources & papers

GlowTTS Config

.. autoclass:: TTS.tts.configs.glow_tts_config.GlowTTSConfig
    :members:

GlowTTS Model

.. autoclass:: TTS.tts.models.glow_tts.GlowTTS
    :members: