buriburisuri / ac-gan

A tensorflow implementation of google's AC-GAN ( Auxiliary Classifier GAN ).
MIT License
393 stars 98 forks source link

An question about the code #3

Closed zhangqianhui closed 7 years ago

zhangqianhui commented 7 years ago
  1. the "y_disc = tf.concat(0, [y, y * 0])" in 82 lines seems unused?

2.You divide the class info into categorical latent code and conditional latent code, Is this thought from InfoGan? I don't find the paper do it.