jmtomczak / vae_vpflows
Code in PyTorch for the convex combination linear IAF and the Householder Flow, J.M. Tomczak & M. Welling
☆90Updated 7 years ago
Related projects ⓘ
Alternatives and complementary repositories for vae_vpflows
- simple implementation of "Improved Variational Inference with Inverse Autoregressive Flow" paper with pytorch☆53Updated 7 years ago
- Code for the paper "Improving Variational Auto-Encoders using Householder Flow" (https://arxiv.org/abs/1611.09630)☆75Updated 7 years ago
- Code for "How to Train Deep Variational Autoencoders and Probabilistic Ladder Networks"☆99Updated 8 years ago
- Code for the models in "PixelVAE: A Latent Variable Model for Natural Images" (https://arxiv.org/abs/1611.05013☆93Updated 7 years ago
- Experiments for the Neural Autoregressive Flows paper☆123Updated 3 years ago
- Implementation of Sequential Variational Autoencoder☆84Updated 7 years ago
- ☆178Updated 5 years ago
- Code for some of the experiments I did with variational autoencoders on multi-modality and atari video prediction. Atari video prediction…☆62Updated 8 years ago
- Implementation of REBAR in PyTorch☆17Updated 6 years ago
- An implementation of a Variational-Autoencoder using the Gumbel-Softmax reparametrization trick in TensorFlow (tested on r1.5 CPU and GPU…☆73Updated 6 years ago
- ☆116Updated 5 years ago
- Code for the paper "VAE with a VampPrior", J.M. Tomczak & M. Welling☆223Updated 6 years ago
- Understanding normalizing flows☆131Updated 4 years ago
- Pytorch implementation of Block Neural Autoregressive Flow☆176Updated 3 years ago
- ☆37Updated 5 years ago
- Code for "A Spectral Approach to Gradient Estimation for Implicit Distributions" (ICML'18)☆32Updated last year
- A PyTorch Implementation of the Importance Weighted Autoencoders☆38Updated 5 years ago
- Recurrent Back Propagation, Back Propagation Through Optimization, ICML 2018☆39Updated 5 years ago
- Implementation of Coulomb GANs☆62Updated 3 years ago
- PixelVAE with or without regularization☆66Updated 7 years ago
- Implementation of VLAE