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

custom phone_set file #73

Open
michaellin99999 opened this issue Sep 28, 2022 · 1 comment
Open

custom phone_set file #73

michaellin99999 opened this issue Sep 28, 2022 · 1 comment

Comments

@michaellin99999
Copy link

Hi,
with data preview we have create 72 phonemes, is there a way to train the model such that it doesn't use the existing phone_set file with 62 phonemes and can use up to 72 phonemes?

Thanks

@michaellin99999
Copy link
Author

get this error when usiing the svs inference.

size mismatch for fs2.encoder_embed_tokens.weight: copying a param with shape torch.Size([72, 256]) from checkpoint, the shape in current model is torch.Size([64, 256]).

size mismatch for fs2.encoder.embed_tokens.weight: copying a param with shape torch.Size([72, 256]) from checkpoint, the shape in current model is torch.Size([64, 256]).

what is the current mode referred to in this error message? [72,256] is our trained model.
im tracing the code and cannot find what model [64,256] is refering to. when I train the model with my own dataset, do I need to train something else?

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

No branches or pull requests

1 participant