nv-tlabs / datasetGAN_release

MIT License
341 stars 44 forks source link

Affine Layers extracted from StyleGAN1 #44

Open SarthakJShetty opened 2 years ago

SarthakJShetty commented 2 years ago

Thank you for open-sourcing this project! We are trying to implement the model, and are trying to better understand the affine_layers variable that is used to generate the synthetic images. What are these layers that are being taken from the pre-trained StyleGAN1 (SG1)? Are they specific hidden layers? Also, if we were to swap this SG1 for our own model, would the corresponding affine_layers be sufficient along with the randomly generated latent variable?

Thank you for your time, we appreciate it!

DanielTakeshi commented 2 years ago

Also curious about this. Thanks again to anyone who might be able to clarify.