A simple implementation of Adversarial Autoencoder(AAE)[1]
pip install -r requirements.txtpython scripts/train.py
# if you want to change some config, change inside the `scripts/train.py` code[1] Makhzani, Alireza, et al. "Adversarial autoencoders." arXiv preprint arXiv:1511.05644 (2015).