Pytorch implementation of Conditional Image Synthesis with Auxiliary Classifier GANs.
$ ./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.