You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"
The text was updated successfully, but these errors were encountered:
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"
The text was updated successfully, but these errors were encountered: