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

Adding neural HMM TTS Model #2272

Merged
merged 14 commits into from
Jan 23, 2023
Merged

Adding neural HMM TTS Model #2272

merged 14 commits into from
Jan 23, 2023

Conversation

shivammehta25
Copy link
Collaborator

#2271 Updated to a new model to avoid problems with model zoo and other test cases.

Neural HMM TTS (2021) is a parameter-efficient version and predecessor to OverFlow (28.6M vs 15.3M), it was the probabilistic spectrogram generation model which introduced neural HMMs into a TTS architecture in "Neural HMMs are all you need (for high-quality attention-free TTS)". Because of half the number of parameters the synthesis output quality is suboptimal (but comparable to Tacotron2 without Postnet) but it learns to speak with a lesser amount of data and is significantly faster than other attention-based methods.

@shivammehta25 shivammehta25 marked this pull request as draft January 9, 2023 13:49
@shivammehta25 shivammehta25 changed the title Adding neural HMM TTS Model [WIP] Adding neural HMM TTS Model Jan 9, 2023
@shivammehta25
Copy link
Collaborator Author

I am testing it locally first, then I will mark it ready for review!

@shivammehta25 shivammehta25 marked this pull request as ready for review January 10, 2023 07:16
@shivammehta25 shivammehta25 changed the title [WIP] Adding neural HMM TTS Model Adding neural HMM TTS Model Jan 10, 2023
@shivammehta25
Copy link
Collaborator Author

@erogol All tts-test are raising a ModuleImportFailure error. I don't think it is because of this PR or is it?

@erogol
Copy link
Member

erogol commented Jan 11, 2023

I think it is about your system setup. Something is broken. We don't see it on the CI tests.

You should also rebase your code with v0.10.2 to make the tests pass the above.

@shivammehta25
Copy link
Collaborator Author

@erogol > Error: Bad zip file - https://github.com/coqui-ai/TTS/releases/download/v0.6.1_models/tts_models--en--vctk--vits.zip I think this was just a CI error how do I retrigger the CI?

@erogol
Copy link
Member

erogol commented Jan 12, 2023

That is not PR relevant. It is just a network issue. I'll restart the test.

@erogol
Copy link
Member

erogol commented Jan 23, 2023

@shivammehta25 Thx again for the PR. I merge this. You might also want to add docs for your models for better visibility as in https://github.com/coqui-ai/TTS/tree/dev/docs/source/models

PS. This time I can't train a model due to time constraints.

@erogol erogol merged commit d83ee8f into coqui-ai:dev Jan 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants