Skip to content

Commit ab4f8a5

Browse files
author
Piotr Bialecki
committedJul 10, 2017
update
1 parent b4fd09d commit ab4f8a5

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed
 

‎README.md

+15-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,15 @@
1-
# gan-intro-pytorch
1+
# Introduction to Generative Adversarial Networks
2+
-------------------------------------------------
3+
4+
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).
10+
11+
12+
13+
14+
15+

0 commit comments

Comments
 (0)
Please sign in to comment.