Closed mmikolajcz closed 6 months ago
.take
Thank you for looking into this issue! Please let us know if you have any questions or require any help.
Hello @rghvsh, are you still working on this?
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.
.take
Thank you for looking into this issue! Please let us know if you have any questions or require any help.
Hello @dev-seek, are you still working on that issue?
Yep,
On Mon, 29 Jan, 2024, 8:57 pm Przemyslaw Wysocki, @.***> wrote:
Hello @dev-seek https://github.com/dev-seek, are you still working on that issue?
— Reply to this email directly, view it on GitHub https://github.com/openvinotoolkit/openvino/issues/21789#issuecomment-1914932422, or unsubscribe https://github.com/notifications/unsubscribe-auth/AYGSSCLQXW35ZOIWKXK3OCTYQ65XJAVCNFSM6AAAAABA42SIYSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMJUHEZTENBSGI . You are receiving this because you were mentioned.Message ID: @.***>
Hello, I have also recently had a problem with this error. Could you please let me know if there are any plans to update related information?
@dev-seek how is your progress? People are asking ;)
Hey @mlukasze make this issue open again, Not geeting enough time to look on it.. Sry..
do not worry! if you wil find more time later - please feel invited :)
.take
Thank you for looking into this issue! Please let us know if you have any questions or require any help.
@PRATHAM-SPS do you have any updates on this ticket?
I have almost completed my work but will be afk for a while.
@PRATHAM-SPS thanks for the update! For how long do you plan to be afk? =)
@PRATHAM-SPS thanks for the update! For how long do you plan to be afk? =)
I will be back to my system within 3-4 days
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
Multinomial
operator, using the existing ov::op::v13::Multinomial.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 heremultinomial
should be placed in opset 1 namespace.Example Pull Requests
Resources
Contact points
@mitruska @mmikolajcz @gkrivor @p-wysocki
Ticket
118986 Related https://github.com/openvinotoolkit/openvino/issues/19344