Implementations of Variational Autoencoder (VAE) and Importance Weigthed Autoencoders (IWAE) in PyTorch
- Factorized Gaussian encoder
- Factorized Gaussian decoder (with range limited variance)
- VAE and IWAE cost functions
- MNIST example
Implementations of Variational Autoencoder (VAE) and Importance Weigthed Autoencoders (IWAE) in PyTorch