Pytorch Generative Adversarial Networks Save

A very simple generative adversarial network (GAN) in PyTorch

Project README

Generative Adversarial Networks (GANs) in PyTorch

Introduction

See https://medium.com/@devnag/generative-adversarial-networks-gans-in-50-lines-of-code-pytorch-e81b79659e3f#.sch4xgsa9 for the relevant blog post.

Running

Run the sample code by typing:

./gan_pytorch.py

...and you'll train two nets to battle it out on a shifted/scaled Gaussian distribution. The 'fake' distribution should match the 'real' one within a reasonable time.

Open Source Agenda is not affiliated with "Pytorch Generative Adversarial Networks" Project. README Source: devnag/pytorch-generative-adversarial-networks
Stars
1,510
Open Issues
5
Last Commit
2 years ago
License

Open Source Agenda Badge

Open Source Agenda Rating