-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
[Good First Issue]: Align behavior of ONNX Frontend operator ReduceProd-11, 13, 18 with original framework #20558
Comments
.take |
Thank you for looking into this issue! Please let us know if you have any questions or require any help. |
Hi @PulkitGarg777, can we help you somehow? |
Hi @p-wysocki, sorry for not looking into it, been kinda busy. I've seen similar issues. I'll study them and if i get stuck somewhere, I'll surely let you know. Thank you for reaching out |
Hi @PulkitGarg777, are you still on that issue or can we reassign it to other contributors? |
You can reassign this issue, been busy with other work, my apologies |
No worries, check us out in more convenient moment for you, we will wait :) |
.take |
Thank you for looking into this issue! Please let us know if you have any questions or require any help. |
@gkrivor take a look, please |
cc @gkrivor |
@abhilashw so you have identified the difference |
@andrei-kochin I was waiting for @gkrivor to provide feedback. |
@abhilashw hi, do you have any progress or I can take this task and complete? |
.take |
Thanks for being interested in this issue. It looks like this ticket is already assigned to a contributor. Please communicate with the assigned contributor to confirm the status of the issue. |
Context
Neural networks are graphs consisting of nodes called operators. Each operator corresponds to a mathematical function, usually described in framework's documentation or an AI standard, such as ONNX.
OpenVINO ONNX Frontend is a component responsible for working with ONNX graphs and requires implementation of different ONNX operators in order to use ONNX models.
This task requires alignment between OpenVINO ONNX Frontend and original framework implementations of ReduceProd for next list of opsets: opset 11, opset 13, opset 18
Necessary help will be provided by ONNX Fronted team.
What needs to be done?
First of all, please, take a look on ReduceMax PR for a reference.
Operator details can be found in ONNX Operators
More details can be found in ONNX Changelog: opset 11, opset 13, opset 18
More details in adding operators to ONNX Frontend guide
Example Pull Requests
No response
Resources
Contact points
@gkrivor
Ticket
No response
The text was updated successfully, but these errors were encountered: