manicman1999 / StyleGAN2-Tensorflow-2.0

StyleGAN 2 in Tensorflow 2.0
MIT License
486 stars 112 forks source link

About model conversion #2

Closed oovm closed 4 years ago

oovm commented 4 years ago

Is there way to dump the official model weights and load into this version?

manicman1999 commented 4 years ago

Unfortunately not, the official model weights are using some custom libraries NVidia created, while my implementation is only using Tensorflow 2.0, thus the model weight files would have to be reconfigured - something I'm not well versed enough to do yet.

oovm commented 4 years ago

Oh, I see, thanks