An open API service indexing awesome lists of open source software.

https://github.com/markovka17/vqvae

VQVAE | VAE | GumbelVAE | PixelCNN
https://github.com/markovka17/vqvae

deep-learning generative-models pytorch representation-learning

Last synced: 10 months ago
JSON representation

VQVAE | VAE | GumbelVAE | PixelCNN

Awesome Lists containing this project

README

          

# Models:
- [x] PixelCNN
- https://arxiv.org/abs/1606.05328
- https://arxiv.org/abs/1601.06759
- [x] VAE
- https://arxiv.org/abs/1906.02691
- [x] Gumbel VAE
- https://arxiv.org/abs/1611.01144
- [x] VQVAE
- https://arxiv.org/abs/1711.00937
- https://arxiv.org/abs/1906.00446

# Reconstructions & bits/dim
![](images/reconstructions.png)

# Sampling with PixelCNN prior
![](images/sampling.png)