-
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 function ReduceLogSumExp-11, 13, 18 with original framework #20562
Comments
Hi @gkrivor I would like to take up this issue, if it's available! Thanks. |
Hello @kshitij01042002, are you still working on that issue? |
.take |
Thank you for looking into this issue! Please let us know if you have any questions or require any help. |
Hi, Started working on this,
Created table with differences, now making on code changes in relevant files namely src/frontends/onnx/frontend/src/op/reduce.cpp , and src/frontends/onnx/tests/onnx_import.in.cpp .I'm also creating a model for test. However I'm going for a vacation for a week starting tomorrow, so there will be no updates for a week. |
Hi @mwilczy , thanks for your contribution! I'm only disagree about types, bfloat introduced in opset-13, opset-1 and opset-11 has same list of supported types. |
@inbasperu you just took another ticket, please follow that assignment first, if I may ask ;) |
Hi, if you guys are on the short deadline by all means go ahead and do
this. If not I would like to complete it still. I was just busy with my
vacations and a new job
…On Wed, 3 Apr 2024 at 14:19, inbasperu ***@***.***> wrote:
Hi @mwilczy <https://github.com/mwilczy>, just wanted to check if you're
still working on this issue. If not, @gkrivor <https://github.com/gkrivor>,
I'd be keen to take it on if it's available!
Thanks
—
Reply to this email directly, view it on GitHub
<#20562 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFOJHYWH352PLGP7QZTSAKTY3PXW5AVCNFSM6AAAAAA6FM3ZCWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAMZUGQZDSNBTGQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
please continue, we can wait a little bit longer ;) |
Hello @mwilczy, are you still working on that issue? Do you need any help? |
Sure help would be fine, I struggle to find time to complete this, so if
someone want to pick it no problem
…On Mon, 6 May 2024 at 11:04, Przemyslaw Wysocki ***@***.***> wrote:
Hello @mwilczy <https://github.com/mwilczy>, are you still working on
that issue? Do you need any help?
—
Reply to this email directly, view it on GitHub
<#20562 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFOJHYV7VS2MZECLL2CL4JTZA5BTHAVCNFSM6AAAAAA6FM3ZCWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAOJVGUYDSMBSGM>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
.take |
Thank you for looking into this issue! Please let us know if you have any questions or require any help. |
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 ReduceLogSumExp 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: