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

The vae decoder cannot recover original audio with the extracted latent code #96

Open
ikm565 opened this issue Jul 29, 2023 · 2 comments

Comments

@ikm565
Copy link

ikm565 commented Jul 29, 2023

Hi! Thank u for making this amazing project public!
I just want a guidance for a problem I meet when tuning this code. Why the vae decoder cannot recover the original speech wav when I directly use the latent code extracted by the provided encoder
as the input? Can u guys make an analysis? Thank u very much!

@smile-struggler
Copy link

I’ve come across the same issue as well. May I ask if you’ve found a solution?

@smile-struggler
Copy link

I’ve figured it out! You need to transpose the first and second dimensions of the Mel spectrum, then there’s no problem.

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