TTS
TTS copied to clipboard
:robot: :speech_balloon: Deep learning for Text to Speech (Discussion forum: https://discourse.mozilla.org/c/tts)
$ pip install TTS ERROR: Ignored the following versions that require a different python version: ... ERROR: Could not find a version that satisfies the requirement TTS (from versions: none)...
I am working with the pretrained Universal LibriTTS WaveGrad vocoder in Mozilla TTS and encountered issues during finetuning: Running tts --list_models shows vocoder_models/universal/libri-tts/wavegrad. When finetuning, only 54/162 layers are restored...
This PR adds a TensorFlow implementation of the Parallel WaveGAN generator model. Additionally, a conditional statement has been added to `generic_utils.py` to create an instance of the model.