AudioLDM icon indicating copy to clipboard operation
AudioLDM copied to clipboard

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

Open ikm565 opened this issue 2 years ago • 3 comments

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!

ikm565 avatar Jul 29 '23 14:07 ikm565

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

smile-struggler avatar Nov 15 '23 14:11 smile-struggler

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

smile-struggler avatar Nov 16 '23 06:11 smile-struggler