NVlabs / stylegan2-ada-pytorch

StyleGAN2-ADA - Official PyTorch implementation
https://arxiv.org/abs/2006.06676
Other
4.09k stars 1.16k forks source link

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

Open zhenzi0322 opened 11 months ago

zhenzi0322 commented 11 months ago

image

dookiethedog commented 5 months ago

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)