The Wayback Machine - https://web.archive.org/web/20210705015211/https://github.com/microsoft/onnxruntime/issues/5848
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

Calculation error of reduction operator when axis has duplicate value #5848

Open
onlyonedaniel opened this issue Nov 18, 2020 · 2 comments
Open

Comments

@onlyonedaniel
Copy link

@onlyonedaniel onlyonedaniel commented Nov 18, 2020

Describe the bug
when axis has duplicate value , onnxruntime compute result is all same value ,which is different with expect of tensorflow

Urgency
2020.11.18

System information
Linux Ubuntu 16.04

  • ONNX Runtime installed from binary
  • ONNX Runtime version:1.4.0
  • Python version:3.5

Expected behavior
When there are duplicate values, the duplicate can be removed. just like what tensorflow does

@hariharans29
Copy link
Member

@hariharans29 hariharans29 commented Nov 19, 2020

Which EP ?

@onlyonedaniel
Copy link
Author

@onlyonedaniel onlyonedaniel commented Nov 25, 2020

cpu package

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment