VQ-VAE icon indicating copy to clipboard operation
VQ-VAE copied to clipboard

Pytorch Implementation of "Neural Discrete Representation Learning"

Results 3 VQ-VAE issues
Sort by recently updated
recently updated
newest added

By setting K=256, it seems that we can only generate 256 different images? Since there are only 256 different discrete embedding vectors in the latent space. Why it can generate...

hello! thank you for your great work! I have a question about loss function in paper. L = log p(x|z(x)) + ||sg[z(x)] − e|| + β||z(x) − sg[e]|| the author...