Skip to content

Latest commit

 

History

History
42 lines (38 loc) · 2.15 KB

README.md

File metadata and controls

42 lines (38 loc) · 2.15 KB

VQ-VAE with PixelCNN prior

Workflow

  • Train the Vector Quantised Variational AutoEncoder (VQ-VAE) for discrete representation and reconstruction.
  • Use PixelCNN to learn the priors on the discrete latents for image sampling.

Acknowledgement

Usage

  • Run MNIST: vqvae1_withPixelCNNprior_mnist.py
  • Run cifar-10: vqvae1_withPixelCNNprior_cifar10.py

Results

Testing data Reconstruction Random samples Samples based on PixelCNN prior
MNIST
cifar-10