-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ial implementation
…void incompatibility
Script for spectrogram extraction using teacher forcing and Glow-TTS inference with MAS.
deleted a line the broke GravesAttention
Accessing __version__ command
fix test
are only compatible with v0.0.13 or below.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
🐸 v0.0.14
🐞Bug Fixes
💾 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
andTTS/vocoder/configs
.TTS/config/shared_configs.py
hosts configs that are shared by all the 🐸 TTS models. Configs shared bytts
models are hosted underTTS/tts/configs/shared_configs.py
and shared byvocoder
models are underTTS/vocoder/configs/shared_config.py
.For example
TacotronConfig
followsBaseTrainingConfig -> BaseTTSConfig -> TacotronConfig
.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.
extract_tts_spectrograms.py
that supports GlowTTS and Tacotron1-2. (👑 @Edresson)version.py
(👑 @chmodsss)🚶♀️ Operational Updates
🏅 Model implementations
🚀 New Pre-Trained Model Releases