Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 400 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 400 Bytes

pytorch-adversarial-autoencoder

A simple implementation of Adversarial Autoencoder(AAE)[1]

1. Installation

pip install -r requirements.txt

2. Train AAE model

python 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).