TripleGAN-Tensorflow
TripleGAN-Tensorflow copied to clipboard
Simple Tensorflow implementation of Triple Generative Adversarial Nets (NIPS 2017)
I can't get the same test accuracy as yours with --n 4000 --epoch 1000 --batch_size 20 --unlabel_batch_size 250 --z_dim 100, my test accuracy is only about 66% ? What may...
I thk u can do as what https://github.com/JayceeLee/Adversarial-Dropout has done. But still can not reproduce your result from the training graph u provided.
I want to test your code on my own datasets. My own datasets have 6 classes. I cannot run your code on my own datasets using your oringinal parameters especially...