/DCGAN_TUTORIAL

Reference: https://pytorch.org/tutorials/beginner/dcgan_faces_tutorial.html

Primary LanguagePython

DCGAN_TUTORIAL

This is a sampler of DCGAN OFFICIAL TUTORIAL

Build environment

  • Need to build on GPU machine

1. install libraries via requirements.txt

pip install -r requirements.txt

2. download dataset

Please download CelabA dataset via official website.

3. run main program

python main.py