Objective: To implement a VAE, train it on a dataset of your choice (e.g., MNIST, Fashion MNIST, or a dataset of images), and generate new samples from the learned latent space. Dataset: Choose one of ...
This repository contains a pytorch (+ pytorch_lightning) implementation of the Variational Fair Autoencoder (VFAE) as proposed in "The Variational Fair Autoencoder". The code was written in order to ...