ptrblck / gan-intro-pytorch

Intro to Generative Adversarial Networks in Pytorch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction to Generative Adversarial Networks


This repo is based on John Glover's blog post about approximting a 1-dimensional Gaussian distribution using Generative Adversarial networks (GAN).

He also released TensorFlow code for his experiments.

I tried to reimplement his experiments using Pytorch. For this, I used some code from the Pytorch DCGAN example.

About

Intro to Generative Adversarial Networks in Pytorch


Languages

Language:Python 98.6%Language:Shell 1.4%