Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 920 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 920 Bytes

Periodic Spatial GAN for Texture Synthesis

Datasets

Usage

cd src/dcgan
python main.py --dataroot $PATH_TO_DTD_DATA --config archpc

To change configurations for hyperparameters, add definitions in src/dcgan/config.yml, and use the newly added yaml name (e.g., archpc) for the --config flag.

Resources