README.md

June 2, 2017 ยท View on GitHub

Pytorch implementation of Conditional Image Synthesis with Auxiliary Classifier GANs.

Requirements

  • Python 2.7
  • numpy
  • pytorch

Usage

$ ./run.sh

or

$ python main.py --dataset mnist --dataroot data --outf output --cuda                                                                           

will start training gpu with GPU. Datasets will be downloaded to /data, and generated images are stored in output directory.

Alt text

Generated MNIST samples after 15 epoches.

Contents

  1. 1Requirements
  2. 2Usage