CIPS icon indicating copy to clipboard operation
CIPS copied to clipboard

ModSiren Generator

Open TheodoreGalanos opened this issue 4 years ago • 1 comments

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.

TheodoreGalanos avatar Feb 24 '21 00:02 TheodoreGalanos

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

avecplezir avatar Feb 26 '21 13:02 avecplezir