jmtomczak / vae_householder_flowLinks
Code for the paper "Improving Variational Auto-Encoders using Householder Flow" (https://arxiv.org/abs/1611.09630)
☆74Updated 9 years ago
Alternatives and similar repositories for vae_householder_flow
Users that are interested in vae_householder_flow are comparing it to the libraries listed below
Sorting:
- Code in PyTorch for the convex combination linear IAF and the Householder Flow, J.M. Tomczak & M. Welling☆92Updated 8 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
- Implementation of Sequential Variational Autoencoder☆88Updated 8 years ago
- Code for "Sequential Neural Models with Stochastic Layers"☆117Updated 9 years ago
- simple implementation of "Improved Variational Inference with Inverse Autoregressive Flow" paper with pytorch☆52Updated 8 years ago
- PixelVAE with or without regularization☆68Updated 8 years ago
- Code for "How to Train Deep Variational Autoencoders and Probabilistic Ladder Networks"☆104Updated 9 years ago
- WaveNet implementation with chainer☆56Updated 8 years ago
- Code for experiments with our RNN regularizer, which stochastically forces units to maintain previous values.☆78Updated 8 years ago
- Implementation of Real-NVP in Tensorflow☆101Updated 7 years ago
- VQ-VAE implementation / pytorch☆184Updated 8 years ago
- MADE: Masked Autoencoder for Distribution Estimation☆104Updated 5 years ago
- Code for "A-NICE-MC: Adversarial Training for MCMC"☆125Updated 7 years ago
- Code for some of the experiments I did with variational autoencoders on multi-modality and atari video prediction. Atari video prediction…☆62Updated 9 years ago
- Experiments for the Neural Autoregressive Flows paper☆125Updated 4 years ago
- An implementation of a Variational-Autoencoder using the Gumbel-Softmax reparametrization trick in TensorFlow (tested on r1.5 CPU and GPU…