You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: