Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 594 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 594 Bytes

pytorch-gan

Modified and example codes of GAN in pytorch. Parts of the orginal code from pytorch/examples are modified for easier experimentation.

Dependencies

  • pytorch>=0.4.0
  • torchvision
  • visdom
  • numpy

How to run?

In a new terminal window launch visdom server as python -m visdom.server

DCGAN

To run dcgan on cifar10 dataset python dcgan.py --dataset cifar10 --dataroot ./data/cifar10

Colab

Open In Colab