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.
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.