Shirlly / GAN

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AuGAN

An implementation of AuGan to generate images (MNIST, Cifar10, Cifar100)

to train simply run

python main.py --train --modelclass AuGan

We add the generated images to the original data to see whether there is improvement for data classification.

Required packages:

About


Languages

Language:Python 99.5%Language:Shell 0.5%