Code for reproducing results in Exemplar VAE paper; Accepted to NeurIPS 2020
pip3 install -r requirements.txt
python3 analysis.py --dir pretrained_model --generate
python3 density_estimation.py --prior exemplar_prior --dataset {dynamic_mnist|fashion_mnist|omniglot} --model_name {vae|hvae_2level|convhvae_2level} --number_components {25000|11500} --approximate_prior {True|False}
python3 analysis.py --dir pretrained_model --classify
python3 analysis.py --dir pretrained_model --cyclic_generation