vq-vae
vq-vae copied to clipboard
Modification suggestion
Hello, thanks for your codes first. I am a starter in audio aspect, and I really insterested in this. It is really helpful to read your code. And it seems that the problem you mentioned is that the parameter mu in utils.py line 35 is an int type, which leads to the output are all zeros, and you can just change it to float32 will give a nice results.
Thanks! Let me try that and share the results.