Skip to content

Latest commit

 

History

History
executable file
·
15 lines (8 loc) · 308 Bytes

File metadata and controls

executable file
·
15 lines (8 loc) · 308 Bytes

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.