-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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 function Relu-6, 13, 14 with original framework #20564
Comments
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as outdated.
This comment was marked as outdated.
please assign to me so I can working on this issue |
please give me file location to me |
Hello @Aryan8912, please start with the "What needs to be done" section, together with Contribution Guide from "Resources" section. :) |
Can't find it in discussions brother |
Hello @Aryan8912, I'm afraid I don't quite understand your question. The task regards finding out what the differences between different Relu implementations are and fixing them. The 1st point of TODO list contains: "Function already has a common implementation in OpenVINO." Are you looking for the file where Relu is implemented in OpenVINO? |
Yes brother |
I believe @gkrivor meant OpenVINO implementation (as opposed to ONNX Frontend implementation). Relu can be found under https://github.com/openvinotoolkit/openvino/blob/master/src/core/src/op/relu.cpp. |
Hi @Aryan8912, are you still working on the task? |
Yes please give me some time bro |
hey Sir, I have made a pull request , I am not able to understand what is the problem with this PR of mine. please help me out |
Hello, is this issue open? if so can i take up this issue? |
let's give a chance to current assignee, but I will remember about you |
.take |
Thank you for looking into this issue! Please let us know if you have any questions or require any help. |
Is someone working on this issue ? If not can I work on this issue? @mlukasze |
hey @AJThePro99 are you making any progress? do you need support maybe? or you don't have time to continue? |
Hi @mlukasze, I was intending to work on this issue. But the current issue #20547 that I'm working on, my progress was delayed due to dependency issues. You can unassign me from this issue 👍 |
thanks for quick update! @janviisonii23 assigning this one to you |
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 Relu for next list of opsets: opset 6, opset 13, opset 14
Necessary help will be provided by ONNX Fronted team.
What needs to be done?
Operator details can be found in ONNX Operators
More details can be found in ONNX Changelog: opset 6, opset 13, opset 14
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: