This repository provides implementations of "Empirical Study of Latent-Space Adversary".
pip install -r requirements.txt
MNIST, SVHN, CIFAR-10, CIFAR-100, LSUN can be downloaded by command.
cd ${root}
python -c "from misc import *; download_all_dataset();"