Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 457 Bytes

File metadata and controls

24 lines (14 loc) · 457 Bytes

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