genforce / idinvert_pytorch

[ECCV 2020] In-Domain GAN Inversion for Real Image Editing (PyTorch code)
https://genforce.github.io/idinvert/
MIT License
407 stars 54 forks source link

Weight converting code from idinvert's tensorflow encoder to this pytorch version one #19

Open blueGorae opened 3 years ago

blueGorae commented 3 years ago

I trained my encoder with the idinvert TensorFlow version. And, I wish to convert weights to this PyTorch version. Could you release the weight converting code for the encoder?

ShenYujun commented 3 years ago

Please refer to this code. You may need some modification by yourself.