You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for posting this code!
I'm trying to change original generative-inpainting code to pytorch too, your version help me a lot!
I have some problem on here
the output error is:
RuntimeError: Given transposed=1, weight of size [128, 1024, 4, 4], expected input[1, 1024, 32, 32] to have 128 channels, but got 1024 channels instead
Do you have any experience before?
Thank you!!
The text was updated successfully, but these errors were encountered:
Thanks for posting this code!
I'm trying to change original generative-inpainting code to pytorch too, your version help me a lot!
I have some problem on here
generative-inpainting-pytorch/model/networks.py
Line 323 in c6cdaea
the output error is:
RuntimeError: Given transposed=1, weight of size [128, 1024, 4, 4], expected input[1, 1024, 32, 32] to have 128 channels, but got 1024 channels instead
Do you have any experience before?
Thank you!!
The text was updated successfully, but these errors were encountered: