We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(1)INVALID_ARGUMENT : Non-zero status code returned while running BatchNormalization node. (2)Status Message: Invalid input scale: NumDimensions() != 3 参考:https://github.com/onnx/models/issues/156解决 原因:mxnet转化为onnx时,产生错误的模型,BatchNormalization(space=0)
The text was updated successfully, but these errors were encountered:
您好,我遇到了相同的问题,请问您是怎么解决的?上面的的失效了、
Sorry, something went wrong.
onnx/models#156 (comment)
No branches or pull requests
(1)INVALID_ARGUMENT : Non-zero status code returned while running BatchNormalization node.
(2)Status Message: Invalid input scale: NumDimensions() != 3
参考:https://github.com/onnx/models/issues/156解决
原因:mxnet转化为onnx时,产生错误的模型,BatchNormalization(space=0)
The text was updated successfully, but these errors were encountered: