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
Master Branch
Ubuntu 20.04 (LTS)
CPU
ONNX
No response
There is one unit test for OpenVino provider failed in onnxruntime: https://github.com/microsoft/onnxruntime/blob/6da3dea432e13a4838e67c66438a00ca740f0903/onnxruntime/test/providers/cpu/reduction/reduction_ops_test.cc#L3693-L3726
In general, we would like ArgMin to be stable, either returns the index of the first or the last minimum value.
The test replaces some elements of a vector with -inf, and expect ArgMin to return the index of first -inf in the list. But test failed.
The text was updated successfully, but these errors were encountered:
gkrivor
No branches or pull requests
OpenVINO Version
Master Branch
Operating System
Ubuntu 20.04 (LTS)
Device used for inference
CPU
Framework
ONNX
Model used
No response
Issue description
There is one unit test for OpenVino provider failed in onnxruntime:
https://github.com/microsoft/onnxruntime/blob/6da3dea432e13a4838e67c66438a00ca740f0903/onnxruntime/test/providers/cpu/reduction/reduction_ops_test.cc#L3693-L3726
In general, we would like ArgMin to be stable, either returns the index of the first or the last minimum value.
The test replaces some elements of a vector with -inf, and expect ArgMin to return the index of first -inf in the list. But test failed.
Step-by-step reproduction
No response
Relevant log output
No response
Issue submission checklist
The text was updated successfully, but these errors were encountered: