8000 GitHub - rogertrullo/VQVAE_Pytorch: implementation of VQVAE in pytorch
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

rogertrullo/VQVAE_Pytorch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VQVAE_Pytorch

Implementation in Pytorch of Neural Discrete Representation Learning, Van den Oord et al (VQVAE). Similar to regular VAE the code optimizes the ELBO, however, instead of using a continuous latent variable z, the paper proposes to use a discrete vector which is used to index embeddings from a codebook. Also different, the framework learns the prior instead of using a fixed distribution; this is done with a PixelCNN. The code for the pixelCNN used in this repository is my own implementation which is available here.

Some results on FashionMnist:

drawing

Releases

No releases published

Packages

No packages published
0