ckkelvinchan / GLEAN

105 stars 5 forks source link

GAN network #16

Open Emily0819 opened 2 years ago

Emily0819 commented 2 years ago

Hello, I would like to ask is GLEAN a GAN network? The discriminator is StyleGAN2Discriminator

ckkelvinchan commented 2 years ago

Yes, you are right.

Emily0819 commented 2 years ago

Can I understand that GLEAN combines the generative adversarial network stylegan2, and the whole is a GAN inversion. In order to find the optimal latent vector, the optimized parameters include Encoder, fusion_out, fusion_skip, stylegan2 discriminator. The stylegan2 discriminator is used as the discriminator of GLEAN and participates in training. For the specific disc training method, refer to the code of the SRGAN base class.