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

[BUG🐛] Title: Incompatibility Between XTTS_v2 and DVAE Decoder Leads to Inference Errors #19

Open
elvinzade opened this issue Dec 4, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@elvinzade
Copy link

Title: Incompatibility Between XTTS_v2 and DVAE Decoder Leads to Inference Errors

Description:

I encountered an issue while training the XTTS_v2 model using the DVAE Decoder. The provided solution on GitHub is configured to work with the Hifi-GAN Encoder. When running inference with the DVAE Decoder setup, the following error occurs:

Error Output:

Unexpected keys:

Unexpected key(s) in state_dict: "dvae.codebook.cluster_size", "dvae.codebook.embed", "dvae.codebook.embed_avg"

Missing keys:

Missing key(s) in state_dict: "mel_stats", "conditioning_encoder.init.weight", "conditioning_encoder.init.bias"

@elvinzade elvinzade added the bug Something isn't working label Dec 4, 2024
@mlinmg mlinmg added enhancement New feature or request and removed bug Something isn't working labels Dec 4, 2024
@mlinmg
Copy link
Contributor

mlinmg commented Dec 4, 2024

We'll add support for the VAE vocoder in future releases, atm only the gan vocoder is supported

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants