Hello,
Thanks for your great works!
I'm just wondering where is "Factorized code" process.
You answered about it in issue #27 but, I cannot find "Factorized code" in your code.
If I understand correctly, your vqvae code should employ a method similar to the following technique, but it appears you've simply set nb_code = 8192 and code_dim=32 in a standard VQ-VAE model.
Hello,
Thanks for your great works!
I'm just wondering where is "Factorized code" process.
You answered about it in issue #27 but, I cannot find "Factorized code" in your code.
If I understand correctly, your vqvae code should employ a method similar to the following technique, but it appears you've simply set nb_code = 8192 and code_dim=32 in a standard VQ-VAE model.