You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Class-conditional samples from VQVAE with PixelCNN prior on the latents
24
+
#### MNIST
25
+

26
+
#### Fashion MNIST
27
+

28
+
29
+
### Comments
30
+
1. We noticed that implementing our own VectorQuantization PyTorch function speeded-up training of VQ-VAE by nearly 3x. The slower, but simpler code is in this [commit](https://github.com/ritheshkumar95/pytorch-vqvae/tree/cde142670f701e783f29e9c815f390fc502532e8).
31
+
2. We added some basic tests for the vector quantization functions (based on `pytest`). To run these tests
0 commit comments