tatsy / keras-generative

Deep generative networks, coded with Keras.
122 stars 28 forks source link

what is the code difference between dcgan and ebgan? #10

Closed LiangqunLu closed 6 years ago

LiangqunLu commented 6 years ago

Hi, I noticed that DCGAN uses encoder and decoder, which is the base for ebgan according to what I know. Can I have some explanation? Appreciate it.

tatsy commented 6 years ago

See original papers. Easy to find them by googling them.