manicman1999 / StyleGAN2-Tensorflow-2.0

StyleGAN 2 in Tensorflow 2.0
MIT License
486 stars 111 forks source link

Finding latent vector for image #13

Open jimmiebtlr opened 4 years ago

jimmiebtlr commented 4 years ago

Wondering what this would take to implement?

My guess is I'd need to replace the lambda layers and basically minimize the loss of what the generator creates from latent vector compared to the image?