Conditional-GAN
Conditional-GAN copied to clipboard
Tensorflow implementation for Conditional Convolutional Adversarial Networks.
On this line : https://github.com/zhangqianhui/Conditional-GAN/blob/1b4d7ea9578653b349ae5fbbd0ab4840a62578b4/model_mnist.py#L170 instead of `7*7*2*64` there should be `c1*c1*2*self.batch_size`. Otherwise, why does this create variables and then neglects to use them?
Please see the comment on line https://github.com/zhangqianhui/Conditional-GAN/blob/1b4d7ea9578653b349ae5fbbd0ab4840a62578b4/model_mnist.py#L165 There is no "10" in the next line of code. Instead this comment belongs to method "dis_net" and it should be just above...