-
Notifications
You must be signed in to change notification settings - Fork 159
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
RuntimeError: output with shape [1, 300, 200] doesn't match the broadcast shape [3, 300, 200] #36
Comments
Hi, it seems that the image type (RGB vs black/white) does not match in some reason. |
Thank you for your suggestion. I searched on the internet and finally got solved by downgrading torchvision from 0.4.1 to 0.2.1.
Many of them suggest |
I ran into the same issue. The torchvision version should be specified in |
Hi, thank you for your suggestion. I modified |
Thanks for the super quick response! Great job on the paper btw. I'm using it for a class project. |
Thanks for your interest! :) |
Hi, thank you for your suggestion. |
Hello, I'm following the instruction but faced the error while training.
I ran the script on Macbook Pro.
Do you have any idea to fix this issue?
I tried the other one, pants2skirt_mhp_instagan but almost same result.
RuntimeError: output with shape [1, 240, 160] doesn't match the broadcast shape [3, 240, 160]
I'm sorry if this is not the right place to ask.
Thanks in advance.
The text was updated successfully, but these errors were encountered: