mailmahee / pytorch-generative-adversarial-networks

simple generative adversarial network (GAN) using PyTorch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Generative Adversarial Networks (GANs) in PyTorch

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.

About

simple generative adversarial network (GAN) using PyTorch

License:Apache License 2.0


Languages

Language:Python 100.0%