The conda package manager is required to install the dependencies for this project.
To get the environment setup, you can run the following command:
source setup.sh
The environment is stable on Ubuntu 18.04, with the Amazon DeepLearning AMI in particular.
- Bootstraps AutoGAN for training and is heavily inspired by AutoGAN
- Inception Score code from OpenAI's Improved GAN (official).
- FID code and CIFAR-10 statistics file from https://github.com/bioinf-jku/TTUR (official).