-
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]: Extend ONNX Frontend with Function Mish-18 #20550
Comments
Hello, why do You have *Windows in 1st ToDo? Is this platform specific? |
No, OpenVINO is cross platform product and steps are the same for all the systems. |
Hey @p-wysocki I would like to work on this. |
Hello @sydarb, are you still working on this? I see that the PR is nearly finished. 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. |
Hi @p-wysocki is this issue up for grab? Also I tried joining the discord channel via the link provided but it says invalid link, can you please double check? Thanks. |
Hi @kshitij01042002, you can pick it up, thanks for taking a look! The correct Discord link is https://discord.com/invite/7pVRxUwdWG, it has been corrected everywhere but in the issues created before we realized that the link is dead. Sorry for that! :) |
Hi @p-wysocki , it's nice to see you again! Could you please assign me this task? I'd like to do it. |
Hi @p-wysocki I am currently working on #20562. You can assign this issue to @PRATHAM-SPS |
Hello, I assigned the task to @PRATHAM-SPS. :) |
Hello , please review the pull request I've created at the following link:-#22833. Your feedback would be greatly appreciated, @gkrivor and @p-wysocki. |
Hello @PRATHAM-SPS, thank you for this contribution. |
### Details: - *Expand the ONNX Frontend Capabilities by Incorporating the Mish-18 Function* ### Tickets: - *Closes #20550*
Hello @p-wysocki, can I get more such operators to wotk on ?? |
Hi @PRATHAM-SPS, @mitruska mentioned she might have something for you. :) Let's wait for a response. |
Hello @PRATHAM-SPS, let me answer:) Feel free to take any ticket from the Good First Issue Board ("Contributors Needed" column). |
Thankyou, @p-wysocki and @mitruska , I've taken responsibility for this task. |
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 extending OpenVINO ONNX Frontend with Function Mish.
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
.hpp
and.cpp
files hereMore details in adding operators to ONNX Frontend guide
Example Pull Requests
Resources
Contact points
@gkrivor
Ticket
No response
The text was updated successfully, but these errors were encountered: