vq-vae icon indicating copy to clipboard operation
vq-vae copied to clipboard

Modification suggestion

Open muvanpersie opened this issue 7 years ago • 1 comments

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.

muvanpersie avatar Feb 28 '18 12:02 muvanpersie

Thanks! Let me try that and share the results.

Kyubyong avatar Feb 28 '18 13:02 Kyubyong