Closed JJack27 closed 2 years ago
Hi @JJack27! Can you elaborate on what you are interested in? Ill try to give a general answer:
Best, Omer
Hi @omertov !
Thank you for you fast reply. I'm trying for the option 2. May I know where did you call the styleGAN2 the most? So that I can investigate and analyze if it's possible to replace it with stylegan-ada.
Regards, Jack
Hi @JJack27,
As in the pSp framework, the StyleGAM generator is located as the decoder of the pSp module, you should make sure that when we call the net.decoder
at training/coach.py
or self.decoder
in models/psp.py
the API calls are being properly replaced.
Best, Omer
Hi, thank you for your sharing. May I know how can I embed this encoder into a stylegan-ada?