WassersteinGAN.tensorflow icon indicating copy to clipboard operation
WassersteinGAN.tensorflow copied to clipboard

The construction of discriminator

Open YifanZuo opened this issue 6 years ago • 1 comments

I have a question on the discriminator construction. I find the final number of channel is "1" via convolutional layer in this implementation. However, I find in others, e.g., "improved wgan", the final layer is fully-connection layer with the out dimension "1". So, which one is better? Indeed, I do not find any description of discriminator construction in the original paper (Wasserstein GAN).

YifanZuo avatar Sep 07 '17 12:09 YifanZuo

Now,I confirm that this implementation has two errors. One is the optimizer should be rmsprop but not adam. The other is that the final output must use fully-connection to get one scalar according to the original paper.

YifanZuo avatar Sep 08 '17 04:09 YifanZuo