vu0tran2
Results
1
comments of
vu0tran2
[Linking to reddit comment by author. ](https://www.reddit.com/r/MachineLearning/comments/aq6jxf/p_stylegan_encoder_from_real_images_to_latent/egg4rkl?utm_source=share&utm_medium=web2x) ``` So StyleGAN generator actually contains 2 components: Generator: qlatent = normally distributed noise which have shape=(512) dlatent = mapping_network(qlatent) = shape=(18, 512)...