Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 369 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 369 Bytes

VAE and IWAE in PyTorch

Implementations of Variational Autoencoder (VAE) and Importance Weigthed Autoencoders (IWAE) in PyTorch

Currently

  • Factorized Gaussian encoder
  • Factorized Gaussian decoder (with range limited variance)
  • VAE and IWAE cost functions
  • MNIST example

References