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
Pytorch implicitly invokes zero padding to apply the whole filter kernel on the padded image
This could potentially be solved by encoding the intended kernel filtering behavior into the intermediate format. This also involves adapting the backends.
The text was updated successfully, but these errors were encountered:
thank you for pointing to this issue. In order to resolve this, I would agree to extend the intermediate format with an additional property for the kernel filtering behaviour, as you proposed in your initial post.
This would result in simply setting the new property in the keras frontend and adjusting the backends accordingly.
Keras and Pytorch apply kernels differently:
This could potentially be solved by encoding the intended kernel filtering behavior into the intermediate format. This also involves adapting the backends.
The text was updated successfully, but these errors were encountered: