-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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 ReduceMin-11, 12, 13, 18, 20 with original framework #20557
Comments
.take |
Thank you for looking into this issue! Please let us know if you have any questions or require any help. |
|
Hello @salmanra, sorry for the late reply, the holiday season just ended. :) @gkrivor could you please take a look? Also, I am happy to announce that we have created a channel dedicated to Good First Issues support on our Intel DevHub Discord server! Join it to receive support, engage in discussions, ask questions and talk to OpenVINO developers. |
@salmanra sorry for the delay.
|
Hello @salmanra, are you still working on that issue? |
@p-wysocki Hi, apologies, work has been busy, and I am transitioning from work to starting a PhD later this Summer. Best for me would be to drop this issue and pick up a new one sometime in April or May. |
No problem at all! |
.take |
Thank you for looking into this issue! Please let us know if you have any questions or require any help. |
### Details: Align the behaviour of the ReduceMin operator in the ONNX frontend. ### Tickets: Closes openvinotoolkit#20557 Credit: Smooth implementation thanks to openvinotoolkit#23475. --------- Co-authored-by: Georgy Krivoruchko <georgy.krivoruchko@intel.com>
### Details: Align the behaviour of the ReduceMin operator in the ONNX frontend. ### Tickets: Closes openvinotoolkit#20557 Credit: Smooth implementation thanks to openvinotoolkit#23475. --------- Co-authored-by: Georgy Krivoruchko <georgy.krivoruchko@intel.com>
Context
eural 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 ReduceMin for next list of opsets: opset 11, opset 12, opset 13, opset 18, opset 20
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 12, opset 13, opset 18, opset 20
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: