We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I trained stylegan generator from genforce (https://github.com/genforce/genforce/tree/2ad04974cfaeba20b93c806531f987f06cc5c328)
But when loading weights from trained model the keys doesn't match each other.
How do i fix this?
The text was updated successfully, but these errors were encountered:
The stylegan generator of genforce is refactored. The whole training pipeline can be found here, this pytorch repo only supports inference.
Sorry, something went wrong.
Thank you for reply.
And one more question: Is the inversion process in genforce repo the same as the inversion process in this repo?
No, the genforce supports training the encoder in this repo.
No branches or pull requests
I trained stylegan generator from genforce (https://github.com/genforce/genforce/tree/2ad04974cfaeba20b93c806531f987f06cc5c328)
But when loading weights from trained model the keys doesn't match each other.
How do i fix this?
The text was updated successfully, but these errors were encountered: