You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repo is based on [John Glover's blog post](http://blog.aylien.com/introduction-generative-adversarial-networks-code-tensorflow/) about approximting a 1-dimensional Gaussian distribution using Generative Adversarial networks (GAN).
5
+
6
+
He also released [TensorFlow code](https://github.com/AYLIEN/gan-intro) for his experiments.
7
+
8
+
I tried to reimplement his experiments using Pytorch.
9
+
For this, I used some code from the [Pytorch DCGAN example](https://github.com/pytorch/examples/blob/master/dcgan/main.py).
0 commit comments