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

after new language finetune, s_pred gives NaN #306

Open
DrBrule opened this issue Jan 23, 2025 · 0 comments
Open

after new language finetune, s_pred gives NaN #306

DrBrule opened this issue Jan 23, 2025 · 0 comments

Comments

@DrBrule
Copy link

DrBrule commented Jan 23, 2025

I'm trying to make some new models for other languages, and I'm hitting this error on the generation step.

I've trained on a FT of English that I had, but with a new ASR model for my dataset and the multilingual PL-BERT along with associated configurations.

All the outputs look OK up until this step in the inference code:

    s_pred = sampler(noise = torch.randn((1, 256)).unsqueeze(1).to(device),
                embedding=bert_dur,
                embedding_scale=embedding_scale,
                features=ref_s, # reference from the same speaker as the embedding
                num_steps=diffusion_steps ).squeeze(1)

which only returns NaN using these models. Is there something unworkable about this configuration?

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