jacobgil / keras-dcgan

Keras implementation of Deep Convolutional Generative Adversarial Networks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Disrepancy in architecture in paper vs implemented version

Froskekongen opened this issue · comments

To me it seems that the architecture in the referenced paper is quite different from the one that is implemented right now.

In particular:

  • the use of relu and leakyrely activations.
  • batchnormalisation between the layers
  • striding instead of pooling

BTW: I really like this initiative (looking to use adversarial nets within keras quite soon.)

The paper also uses Adam instead of SGD