style-based-gan-pytorch icon indicating copy to clipboard operation
style-based-gan-pytorch copied to clipboard

How to get W+?

Open gsygsy96 opened this issue 6 years ago • 2 comments

Hi @rosinality, thanks very much for your reimplementation. Could tell me how to get W+ code?

gsygsy96 avatar Sep 22 '19 15:09 gsygsy96

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

rosinality avatar Oct 10 '19 01:10 rosinality

I believe may you mean W+ code in Image2StyleGAN @mehameha998

NiuWenjie avatar Dec 05 '19 07:12 NiuWenjie