Skip to content
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

图像的size有问题 #38

Open
JingyangXiang opened this issue Aug 9, 2021 · 0 comments
Open

图像的size有问题 #38

JingyangXiang opened this issue Aug 9, 2021 · 0 comments

Comments

@JingyangXiang
Copy link

JingyangXiang commented Aug 9, 2021

您好,在前向传播的过程中
feat32_sum = feat32_arm + avg_up
RuntimeError: The size of tensor a (48) must match the size of tensor b (32) at non-singleton dimension 3
print(feat32_arm.shape, avg_up.shape)
torch.Size([1, 128, 24, 48]) torch.Size([1, 128, 16, 32])

@JingyangXiang JingyangXiang changed the title 通道配置有问题 图像的size有问题 Aug 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant