Skip to content
New issue

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

Use the op ReduceMax error #1618

Closed
wawltor opened this issue Aug 14, 2019 · 3 comments · Fixed by #1625
Closed

Use the op ReduceMax error #1618

wawltor opened this issue Aug 14, 2019 · 3 comments · Fixed by #1625
Assignees

Comments

@wawltor
Copy link

wawltor commented Aug 14, 2019

[ONNXRuntimeError] : 9 : NOT_IMPLEMENTED : Could not find an implementation for the node ReduceMax(1)

@hariharans29 hariharans29 self-assigned this Aug 14, 2019
@hariharans29
Copy link
Member

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.

@wawltor
Copy link
Author

wawltor commented Aug 15, 2019

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.

@hariharans29
Copy link
Member

Added the requested type support.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants