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

How is interpolation between speakers performed? #33

Closed
youmebangbang opened this issue Jun 13, 2020 · 2 comments
Closed

How is interpolation between speakers performed? #33

youmebangbang opened this issue Jun 13, 2020 · 2 comments

Comments

@youmebangbang
Copy link

I have success adjusting sigma values and now reading about the interpolation between speakers: "First, we perform inference by sampling z ∼ N (0, 0.5) until we find two z values, zh and zs, that produce mel-spectrograms with Helen’s and Sally’s voice respectively. We then generate samples by performing inference while linearly interpolating between zh and zs."

How would I go about doing this?

@rafaelvalle
Copy link
Contributor

there are several ways... here's one that has worked for us:
set gate threshold to 1 and do inference with random z values, storing the z-value if it comes from the speakers you want to interpolate, one z-value per speaker.
interpolate between the two z values and perform inference.

@youmebangbang
Copy link
Author

Thanks for the info.

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

2 participants