style-based-gan-pytorch
style-based-gan-pytorch copied to clipboard
Is it possible to use TF official weights?
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?
I think it is possible, but it will be hard to load weights.