Modified and example codes of GAN in pytorch. Parts of the orginal code from pytorch/examples are modified for easier experimentation.
- pytorch>=0.4.0
- torchvision
- visdom
- numpy
In a new terminal window launch visdom server as
python -m visdom.server
To run dcgan on cifar10 dataset
python dcgan.py --dataset cifar10 --dataroot ./data/cifar10