zackchase / mxnet-the-straight-dope

An interactive book on deep learning. Much easy, so MXNet. Wow. [Straight Dope is growing up] ---> Much of this content has been incorporated into the new Dive into Deep Learning Book available at https://d2l.ai/.
https://d2l.ai/
Apache License 2.0
2.56k stars 724 forks source link

Several Questions #551

Open Jessespace opened 5 years ago

Jessespace commented 5 years ago

I tryied the GAN network following "gan-intro.ipynb".About 100epochs,the accuracy is around 50%. I can understand that,because the GENERATOR network can't devide the true data and the fake one. But when I run the DCGAN,I got the accuracy about 95%.Why? Why did't approach to 50%.Is there anything wrong with my understanding?