Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ModSiren Generator #2

Open
TheodoreGalanos opened this issue Feb 24, 2021 · 1 comment
Open

ModSiren Generator #2

TheodoreGalanos opened this issue Feb 24, 2021 · 1 comment

Comments

@TheodoreGalanos
Copy link

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.

@avecplezir
Copy link
Collaborator

avecplezir commented Feb 26, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants