artificialguybr's picture
Upload 650 files
45ee559
|
raw
history blame
No virus
788 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: