Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v0.0.14 #487

Merged
merged 91 commits into from
May 19, 2021
Merged

v0.0.14 #487

merged 91 commits into from
May 19, 2021

Conversation

erogol
Copy link
Member

@erogol erogol commented May 17, 2021

🐸 v0.0.14

🐞Bug Fixes

  • Remove breaking line from Tacotron models. (👑 @a-froghyra)

💾 Code updates

Every model now tied to a Python class that defines the configuration scheme. It provides a better interface and lets the user know better what are the default values, expected value types, and mandatory fields.

Specific model configs are defined under TTS/tts/configs and TTS/vocoder/configs. TTS/config/shared_configs.py hosts configs that are shared by all the 🐸 TTS models. Configs shared by tts models are hosted under TTS/tts/configs/shared_configs.py and shared by vocoder models are under TTS/vocoder/configs/shared_config.py.

For example TacotronConfig follows BaseTrainingConfig -> BaseTTSConfig -> TacotronConfig.

  • BREAKING: Remove phonemizer support due to License conflict.
    This essentially deprecates the support for all the models using phonemes as input. Feel free to suggest in-place options if you are affected by this change.
  • Add extract_tts_spectrograms.py that supports GlowTTS and Tacotron1-2. (👑 @Edresson)
  • Add version.py (👑 @chmodsss)

🚶‍♀️ Operational Updates

🏅 Model implementations

🚀 New Pre-Trained Model Releases

Edresson and others added 30 commits April 23, 2021 07:54
Script for spectrogram extraction using teacher forcing and Glow-TTS inference with MAS.
deleted a line the broke GravesAttention
Accessing __version__ command
@erogol erogol merged commit 1ca10c3 into main May 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants