Deep Convolutional Generative Adversarial Networks

https://d2l.ai/chapter_generative-adversarial-networks/dcgan.html

now it is not released.
http://preview.d2l.ai/d2l-en/PR-1309/chapter_generative-adversarial-networks/dcgan.html


merge now!
http://preview.d2l.ai/d2l-en/master/chapter_generative-adversarial-networks/dcgan.html

@StevenJokes Looks like it just got merged. Congratulations! I think it will show on the main book in a few days, right?

I know it has been merged.
I don’t know when it will show
I think it needs to be optim.
Usually pytorch is quicker than mxnet.
Help me if you can.
And find some ways to delete image
@yoderj
BTW, I’m translating it to tensorflow
stuck one night…

Hi, @StevenJokes. It’s been a long time and I want to give you a BRIEF update.

I’ve used this gan.py as the opening exercise in my Deep Learning course. Students don’t program anything – they are predicting runtimes. But some of them take a look at the images generated by the GAN when they complete the lab, and we show some of the generated images on our school (MSOE)'s supercomputer’s dashboard.

I really appreciate you making this work. It’s a nice “realistic” deep learning network that takes some time to train and produces an interesting result.