there is the Tensorflow implement of 'Improved Techniques for Training GANs '
This project is a Tensorflow implemention of semi-supervised which described in Improved Techniques for Training GANs. We made some changes without changing the original intention. We train our code in mnist dataset, and achieve 0.99 test accuracy only with 200 labeled images. The test acc process is shown followed.
The Tensorflow vision is 1.2 and we use python 2.7 to implement our code.
python main.py --model=DCGAN --trainable=True --load_model=False
`python main.py --model=DCGAN --trainable=False --load_model=True '
`