style-based-gan-pytorch icon indicating copy to clipboard operation
style-based-gan-pytorch copied to clipboard

Is it possible to use TF official weights?

Open AtlantixJJ opened this issue 6 years ago • 1 comments

Hi, thank you for your brilliant code. I'm wondering if the official repo's weight can be used directly in your model. In my previous project, I successfully initialized Pytorch InceptionV3's weight with TF's weight and the error is within 1e-5. Therefore, if the architecture is the same, using the same weight is also possible. Do you think this is possible with your implementation?

AtlantixJJ avatar Oct 18 '19 18:10 AtlantixJJ

I think it is possible, but it will be hard to load weights.

rosinality avatar Oct 20 '19 23:10 rosinality