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

Questions about "RuntimeError: The size of tensor a (238) must match the size of tensor b (243) at non-singleton dimension 3" #8

Open
Simon-Stma opened this issue Sep 30, 2022 · 1 comment

Comments

@Simon-Stma
Copy link

In the summation of residual and identity, there is a dimensional mismatch, and after debugging, it is found that the dimensions will be different after transformer, how to solve this problem?

@Simon-Stma
Copy link
Author

To add to the above question, it is well known that the fasterrcnn task is not required to specify the resolution of the input images (he has default intervals), but after referring to the code in the article, I think of him more as a paradigm for a classification task based on 224x224 input images, so I would like to know how you applied ConTNet to the fasterrcnn detection task? How did you handle it for fasterrcnn input images with different resolutions?

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