This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6.8k
What will mxnet convolution do if the dilate shape is greater than the input shape #3479
Comments
That may be a bug in the backward of dilation convolution
to
|
@feiyulv Could you submit a PR on this? |
It may relate to this PR: #2365 |
@winstywang yes, the same problem |
@feiyulv Could you submit a PR on this? The old PR is inactive for a long time. |
This issue is closed due to lack of activity in the last 90 days. Feel free to reopen if this is still an active issue. Thanks! |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
For example, the input shape is (1,100) and the dilate is (3, 3).
I have tried to set the dilate to (1,3), and the error is
mxnet/mshadow/mshadow/././extension/pack_col2patch.h:53: Check failed: (sshape[1]) == (o_height * o_width * imshape.ProdShape(0, dstdim - 3)) PackColToPatchEx p: src.size(1) mismatch
The text was updated successfully, but these errors were encountered: