baranyildirim / EvoGAN

EvoGAN: Evolutionary Algorithm based Neural Architecture Search for Generative Adversarial Networks
MIT License
9 stars 3 forks source link
evolutionary-algorithm evolutionary-algorithms gan machine-learning machine-learning-algorithms neural-architecture-search neural-network neural-networks

EvoGAN: Evolutionary Algorithm based Neural Architecture Search for Generative Adversarial Networks

Installation

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.

Acknowledgements

  1. Bootstraps AutoGAN for training and is heavily inspired by AutoGAN
  2. Inception Score code from OpenAI's Improved GAN (official).
  3. FID code and CIFAR-10 statistics file from https://github.com/bioinf-jku/TTUR (official).