Skip to content

There is the semi-supervised implement of 'Improved Techniques for Training GANs '

Notifications You must be signed in to change notification settings

LDOUBLEV/semi-supervised-GAN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Semi-supervised-GAN

there is the Tensorflow implement of 'Improved Techniques for Training GANs '

Descriptioins

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. test_acc

usage

The Tensorflow vision is 1.2 and we use python 2.7 to implement our code.

train

python main.py --model=DCGAN --trainable=True --load_model=False

test

`python main.py --model=DCGAN --trainable=False  --load_model=True '

            `

About

There is the semi-supervised implement of 'Improved Techniques for Training GANs '

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages