This is a re-implementation of VAE with VampPrior, which was proposed by Tomczak & Welling. [1]
Install the necessary packages by running,
pip install -r requirements.txt
To test the VAE-model. Nagivate to the root directory in the terminal and run,
python -m large_vae.main
Tomczak, J., & Welling, M. (2018, March). VAE with a VampPrior. In International Conference on Artificial Intelligence and Statistics (pp. 1214-1223). PMLR.