Skip to content

ResByte/pytorch-gan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Modified and example codes of GAN in pytorch

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published