Open
Description
The implementation of StyleGAN2 does not learn a mapping for the latent vector z
. The vector z
is completely ignored, and a variety of generated images is provided by noise
. To demonstrate the issue, I created a google colab with a pre-trained model that I trained for 55400 iterations.