A simple VAE project for MNIST. You can switch between a standard VAE (A fully connected (vanilla) VAE) and a ConvVAE (A convolutional VAE (ConvVAE)) by editing the config file.
All generated images (latent space plots, interpolations, samples) are saved in the results/ folder.