style-based-gan-pytorch
style-based-gan-pytorch copied to clipboard
How to get W+?
Hi @rosinality, thanks very much for your reimplementation. Could tell me how to get W+ code?
Could you let me know what is the W+ code? If it is the output of MLP then you can get it using Generator.style(latent) https://github.com/rosinality/style-based-gan-pytorch/blob/master/model.py#L465
I believe may you mean W+ code in Image2StyleGAN @mehameha998