jacobgil / keras-dcgan

Keras implementation of Deep Convolutional Generative Adversarial Networks
974 stars 413 forks source link

Disrepancy in architecture in paper vs implemented version #5

Open Froskekongen opened 8 years ago

Froskekongen commented 8 years ago

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

In particular:

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

brettbj commented 8 years ago

The paper also uses Adam instead of SGD