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

Dimension inconsistency in convolusion operations in Conv2d and F.conv2d #577

Open
alexzhuuuu opened this issue Dec 29, 2023 · 1 comment

Comments

@alexzhuuuu
Copy link

Run the command like this:
"python tools/test.py configs/nuscenes/det/transfusion/secfpn/camera+lidar/swint_v0p075/convfuser.yaml pretrained/bevfusion-det.pth --eval bbox"

and I got an error like the following sentence:
'RuntimeError: Given groups=1, weight of size [8, 1, 1, 1], expected input[6, 6, 256, 704] to have 1 channels, but got 6 channels instead'

Problem of nn.Conv2d and F.conv2d??
How can I fix it?

@alexzhuuuu
Copy link
Author

alexzhuuuu commented Dec 29, 2023

similar with #478
https://github.com/mit-han-lab/bevfusion/issues/478
Could anyone give some explainable solutions?

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