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

Deafult augmentation mode error? #78

Open
davidecarnevali opened this issue Aug 18, 2021 · 3 comments
Open

Deafult augmentation mode error? #78

davidecarnevali opened this issue Aug 18, 2021 · 3 comments

Comments

@davidecarnevali
Copy link

No description provided.

@davidecarnevali
Copy link
Author

The default augmentation mode should be 'ada' (i'm using the stylegan2 pytorch version) but seems to be set always to 'noaug', no matter which --aug value I pass
Indeed if I run:
python train.py -outdir=clusterresults/ --data=/mydata/ --gpus 4 --workers 8 --augpipe bg
I get the following error:
Error: --augpipe cannot be specified with --aug=noaug

The same happens if I try to specify --aug ada meaning the aug variable has always 'noaug' value

Am I missing something or there is an error?

Thank you

@zsyzzsoft
Copy link
Collaborator

Please use the --DiffAugment option in this modified version. By default --DiffAugment=color,translation,cutout

@49xxy
Copy link

49xxy commented Jul 14, 2022

默认增强模式应该是“ada”(我使用的是 stylegan2 pytorch 版本)但似乎总是设置为“noaug”,无论我通过哪个 --aug 值 如果我运行确实: python train.py -outdir=clusterresults/ --data=/mydata/ --gpus 4 --workers 8 --augpipe bg 我收到以下错误: Error: --augpipe cannot be specified with --aug=noaug

如果我尝试指定 --aug ada 意味着 aug 变量始终具有“noaug”值,也会发生同样的情况

我错过了什么还是有错误?

谢谢

Does this mean that Ada and DiffAug cannot be used together?

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

3 participants