This repository was archived by the owner on Nov 17, 2023. It is now read-only.
Replies: 1 comment 1 reply
-
Looks like there's a mismatch in the size of the last dimension in the infer_shape of
The operator doesn't seem to be from mxnet. Are you using custom op? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
May I know why i'm getting this error?
I believe that all the layers in my model are set correctly because I can train it without any problem.
However, the problem below occur when I test my model.
FYI, the problem arise when the model concat an upsampling layer with a conv layer.
Any solution?
Thanks to your help.
Beta Was this translation helpful? Give feedback.
All reactions