zhangqianhui / Conditional-GAN

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

Generator architecture #5

Closed andrearama closed 6 years ago

andrearama commented 6 years ago

As far as I've understood, the architecture of the generator in this implementation mainly consists of two fully-connected layers and two "deconvolutional" ones. However, in the DCGAN paper, the generator consists of four deconvolutional layers (more correctly would be saying "fractionally-strided convolutions"). Why such choice?

zhangqianhui commented 6 years ago

little influence