You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
No description provided.
The text was updated successfully, but these errors were encountered: