genforce / interfacegan

[CVPR 2020] Interpreting the Latent Space of GANs for Semantic Face Editing
https://genforce.github.io/interfacegan/
MIT License
1.51k stars 281 forks source link

How can I get the the pretrained model pggan_celebahq.pth #58

Open caiqiuurn opened 4 years ago

caiqiuurn commented 4 years ago

I search on the internet, and I just can not find this pretrained model. However, I run the PGGAN but the model is different from your code.

ShenYujun commented 4 years ago

You can download the official tensorflow model. Our codebase will automatically convert it to pytorch model when you use the model for the first time.