README.md
June 2, 2017 ยท View on GitHub
Pytorch implementation of Conditional Image Synthesis with Auxiliary Classifier GANs.
Requirements
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.

Generated MNIST samples after 15 epoches.