rasbt / python-machine-learning-book-3rd-edition

The "Python Machine Learning (3rd edition)" book code repository
https://www.amazon.com/Python-Machine-Learning-scikit-learn-TensorFlow/dp/1789955750/
MIT License
4.52k stars 1.96k forks source link

Ch 17: architecture for W-DCGAN and DCGAN #62

Closed rasbt closed 4 years ago

rasbt commented 4 years ago

modify the sentence that says that we used the same architecture for W-DCGAN and DCGAN

vmirly commented 4 years ago

The solution to this small coding exercise (with a slightly different architecture) can be found in this book's code repository at https://github.com/rasbt/python-machine-learning-book-3rd-edition/tree/master/ch17/ch17_optional_DCGAN.ipynb.

vmirly commented 4 years ago

Also make sure the link is correct in the final PDF. The current version is using ch17-optional-DCGAN.ipynb which should be ch17_optional_DCGAN.ipynb

rasbt commented 4 years ago

I wouldn't suggest this as a coding exercise. If the architecture is different, the reader wouldn't know how to implement it. Maybe we should say this a bit differently.

vmirly commented 4 years ago

This issue is no longer relevant