CIPS
CIPS copied to clipboard
ModSiren Generator
Hello,
Thanks for the code! Trying to run my first experiment but it seems that the default value for the generator is not available. I believe right now the choice is between CIPSskip and CIPSres.
The train.py command works with the above options.
Hi!
You are right! One needs to use either CIPSskip or CIPSres. Thank you, I correct the default value later.
I recommend using these generators with the command below to reproduce the results of the paper
python3 -m torch.distributed.launch --nproc_per_node=8 --master_port=1234 train.py --n_sample=8 --batch=4 --fid_batch=8 --Generator=CIPSskip --output_dir=skip-[ffhq/churches] --img2dis --num_workers=16 DATASET_PATH
Ivan