jakebelew / gated-pixel-cnnLinks
A TensorFlow implementation of the gated variant of PixelCNN (Gated PixelCNN) from "Conditional Image Generation with PixelCNN Decoders" (https://arxiv.org/abs/1606.05328).
☆27Updated 8 years ago
Alternatives and similar repositories for gated-pixel-cnn
Users that are interested in gated-pixel-cnn are comparing it to the libraries listed below
Sorting:
- Tensorflow Implementation of the paper [Neural Discrete Representation Learning](https://arxiv.org/abs/1711.00937) (VQ-VAE).☆262Updated 7 years ago
- Code for the models in "PixelVAE: A Latent Variable Model for Natural Images" (https://arxiv.org/abs/1611.05013☆94Updated 8 years ago
- VQ-VAE implementation / pytorch☆184Updated 8 years ago
- A PyTorch implementation of the VQ-VAE-2 paper☆75Updated 6 years ago
- Implementation of Real-NVP in Tensorflow☆101Updated 7 years ago
- ☆123Updated 5 years ago
- Experiments for the Neural Autoregressive Flows paper☆125Updated 4 years ago
- WaveNet implementation with chainer☆56Updated 8 years ago
- VAE-GAN in Tensorflow☆90Updated 6 years ago
- Code for the paper "Improving Variational Auto-Encoders using Householder Flow" (https://arxiv.org/abs/1611.09630)☆74Updated 8 years ago
- Code for the paper "VAE with a VampPrior", J.M. Tomczak & M. Welling☆232Updated 7 years ago
- Code for "Understanding and Improving Interpolation in Autoencoders via an Adversarial Regularizer"☆244Updated 7 years ago
- Code in PyTorch for the convex combination linear IAF and the Householder Flow, J.M. Tomczak & M. Welling