NGC | Catalog
CatalogModelsSpeech Synthesis English FastPitch

Speech Synthesis English FastPitch

Logo for Speech Synthesis English FastPitch
Description
Mel-Spectrogram prediction conditioned on input text with LJSpeech voice.
Publisher
NVIDIA
Latest Version
deployable_v1.0
Modified
August 26, 2021
Size
158.54 MB

Speech Synthesis: FastPitch 2 Model Card

Model Overview

FastPitch is a fully-parallel text-to-speech model based on FastSpeech, conditioned on fundamental frequency contours. The model predicts pitch contours during inference. By altering these predictions, the generated speech can be more expressive, better match the semantic of the utterance, and in the end more engaging to the listener. FastPitch is based on a fully-parallel Transformer architecture, with much higher real-time factor than Tacotron2 for mel-spectrogram synthesis of a typical utterance.

Intended Use

FastPitch is intended to be used as the first part of a two stage speech synthesis pipeline. FastPitch takes text and produces a mel spectrogram. The second stage takes the generated mel spectrogram and returns audio.

Input: English text strings

Output: Mel spectrogram of shape (batch x mel_channels x time)

How to Use This Model

The provided .riva checkpoint can be used, in conjunction with a HifiGAN checkpoint, to generate speech with Riva. To deploy a TTS service with Riva, please refer to the Riva documentation.

Training Information

This model is trained on LJSpeech sampled at 22050Hz, and can be used to generate female English voices with an American accent.

License

By downloading and using the models and resources packaged with TLT Conversational AI, you would be accepting the terms of the Riva license.

Ethical AI

NVIDIA’s platforms and application frameworks enable developers to build a wide array of AI applications. Consider potential algorithmic bias when choosing or creating the models being deployed. Work with the model’s developer to ensure that it meets the requirements for the relevant industry and use case; that the necessary instruction and documentation are provided to understand error rates, confidence intervals, and results; and that the model is being used under the conditions and in the manner intended.

Citations and Further Reading

FastPitch 2 paper: https://arxiv.org/abs/2006.06873