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
[ONNXRuntimeError] : 9 : NOT_IMPLEMENTED : Could not find an implementation for the node ReduceMax(1)
The text was updated successfully, but these errors were encountered:
Hi @wawltor,
Can you please share your model for debugging ? Most likely it just needs a type to be supported. Currently, ReduceMax only supports float and int32.
Sorry, something went wrong.
Hi @wawltor, Can you please share your model for debugging ? Most likely it just needs a type to be supported. Currently, ReduceMax only supports float and int32.
Yes, I find the problem that the ReduceMax do not support the int64.
Added the requested type support.
hariharans29
Successfully merging a pull request may close this issue.
[ONNXRuntimeError] : 9 : NOT_IMPLEMENTED : Could not find an implementation for the node ReduceMax(1)
The text was updated successfully, but these errors were encountered: