-
Notifications
You must be signed in to change notification settings - Fork 0
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
Even kernel size for pooling layers in the GenericFrontend not permitted #50
Comments
What is this issue about? You think this is a problem that even kernel sizes are not permitted? So you want to change that? |
I want to use even kernel size for the pooling layers, is there any reason we don’t want to allow this? |
As far as I remember, there were technical reasons why it did not work. (I actually was against having the check here at that point, because this makes it unclear why it was not allowed. Just trying it out shows the problem much more clearly.) Maybe it's actually not a problem anymore in a more recent PyTorch version? I don't know. Just try it out. |
I think the limitation (from PyTorch side) was only for Convolution with "padding=same"... |
thanks! I'll just try. |
i6_models/i6_models/parts/frontend/generic_frontend.py
Line 88 in 3c91736
The text was updated successfully, but these errors were encountered: