-
Notifications
You must be signed in to change notification settings - Fork 265
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
output with shape [1, 28, 28] doesn't match the broadcast shape [3, 28, 28] #25
Comments
I tried to merge task_generator.py inside omniglot test one shot and now I am facing the same issue. |
Now I am also facing the same issue. |
@xun6000 |
Not sure if anyone faces this Traceback (most recent call last): |
@fnever520 Were you able to resolve this issue? |
@kamalaVJ Unfortunately no, still not able to resolve. Can you shed me some lights? |
I was able to resolve this by removing normalize in the task generator or you can try running it on pytorch 0.3. |
|
I also meet the same issue. could you please help. thanks |
hello, I think of how to solve it? 0. My EnvironmentOS: Ubuntu 16.04 1. Why This OccurI think this is the problem of However, in 2. How to fix It?Just delete it normalize = transforms.Normalize(mean=[0.92206,], std=[0.08426,]) # FIX: use 1 channel, instead of 3 channels. And then it is okay. yours sincerely, |
@xun6000 Indeed, changing the yours sincerely, |
Now I am also facing the same issue |
change the image into rgb doesn't solve this problem
The text was updated successfully, but these errors were encountered: