zhangqianhui / Conditional-GAN

Tensorflow implementation for Conditional Convolutional Adversarial Networks.
MIT License
218 stars 83 forks source link

Comment on the wrong line #7

Open constfilin opened 6 years ago

constfilin commented 6 years ago

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 the line conv1, w1 = conv2d(concat_data, output_dim=10, name='dis_conv1') where 10 does indeed mean the number of labels.