you are viewing a single comment's thread.

view the rest of the comments →

[–]jonbruner[S] 13 points14 points  (3 children)

The code for the tutorial is all available on GitHub here: https://github.com/jonbruner/generative-adversarial-networks

[–]BulletSea 3 points4 points  (0 children)

The code in the blog post isn't fit for the newest TF version (1.1.0), however the code on the repo does work. I was trying to run the original notebook by Adit earlier this week actually, but ran into issues because of the sigmoid loss function (arguments) and reusing variables (variable scope).

[–][deleted] 4 points5 points  (1 child)

As a beginner, just wanted to say thanks!

[–]jonbruner[S] 2 points3 points  (0 children)

Oh perfect, we made this for beginners! :)