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
{{ message }}
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
It seems that the shape of arr1 is (10,10,30,1), and the shape of arr2 is (10,10,30,30).
The cpu output is 3000 in MXNet 1.2.0 (0ca6dd2).
However, In MXNet 1.1.0 (pip install), the program crashed and return 'Command terminated
'.
MXNet conv doesn't check the number of elements in strides, padding, etc.
Below is the code from @anirudh2290 that generates the bug.
This outputs 2616.0, while we expect 3000 because the output shape is (10L, 10L, 30L, 1L).
The text was updated successfully, but these errors were encountered: