MXNet engine call failed: MXNetError: Shape inconsistent, Provided = [16,8,3,3], inferred shape=(16,64,3,3) #1070
Unanswered
kameronren
asked this question in
Q&A
Replies: 1 comment
-
It means that you input some NDArray to a Block which is different from what the block expects. The block expectation might mean that you initialized it with the wrong shape or some initialization was wrong. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
how to resolve this exception??
Beta Was this translation helpful? Give feedback.
All reactions