-
Notifications
You must be signed in to change notification settings - Fork 268
New issue
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
Not working with conditional StyleGAN2-ADA model #53
Comments
I have the same problem |
1 similar comment
I have the same problem |
Hi,
After reading every related problem I'm still not sure why this vector contains 1024 and how I should handle this. I don't think it's because of the auto-config because I trained another model using paper256 and the first mapping layer has again shape [512, 1024]. Could anyone explain to me at which point in training I could change this? And additionally, how I can use/convert my model containing [512, 1024]-vectors? |
Hello,
I trained a conditional StyleGAN2-ada-pytorch model with a custom dataset. Then, I converted my pkl model to pt model by using https://github.com/dvschultz/stylegan2-ada-pytorch/blob/main/export_weights.py. Then, I integrated my model to Ganspace wrapper and I ran it. This gives me the following error.
I believe that the mismatches arise from conditioning. It looks like something changes after label embeddings are added to unconditional Stylegan2-ada-pytorch network. Is there any solution for this problem or any suggestion to overcome this?
Thanks in advance
The text was updated successfully, but these errors were encountered: