NVlabs / stylegan2-ada-pytorch

StyleGAN2-ADA - Official PyTorch implementation

Home Page:https://arxiv.org/abs/2006.06676

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

zhenzi0322 opened this issue · 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)