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

Rectangular convolutions #14

Open
jonpryai opened this issue Sep 26, 2024 · 0 comments
Open

Rectangular convolutions #14

jonpryai opened this issue Sep 26, 2024 · 0 comments
Assignees

Comments

@jonpryai
Copy link

Mapping.cc::fallback_mapping contains the code:
else if (key.P==key.Q && key.S==key.R)

This seems to disable convolutions when the feature map is not square. I tried a little to separate the out_dim into x and y components but wasn't successful. Is there any plan to add support for rectangular convolutions?

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

2 participants