NVlabs/stylegan2-ada-pytorch

Why does the fakes image generated during the training process have a purple background

zhenzi0322 opened this issue · 1 comments

This is due to augmentation leaking when the augment strength becomes too high, try run without colour augmentations. (by default it uses augpipe=bgc, just add --augpipe=bg into your run command args)