-
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
Implement support for opset3 EmbeddingBag ops #546
Implement support for opset3 EmbeddingBag ops #546
Conversation
c77070a
to
7c4a242
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why did you combine all changes into one commit? It is difficult to track what changes you moved and I have to check it manually. Please cherry-pick all commits as is.
7c4a242
to
2d5cb8f
Compare
|
907cf03
to
2938f6f
Compare
Fill in the description, please. If PR is not ready -- please convert it to draft. |
- Expressed SparseWeightedSum sub-graph through EmbeddingSegmentsSum - Removed experimental SparseWeightedSum layer - Implemented tests for the transformation Signed-off-by: Roman Kazantsev <[email protected]>
Signed-off-by: Roman Kazantsev <[email protected]>
Signed-off-by: Roman Kazantsev <[email protected]>
Signed-off-by: Roman Kazantsev <[email protected]>
Signed-off-by: Roman Kazantsev <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Found an issue which breaks reshape-ability of the model.
Signed-off-by: Roman Kazantsev <[email protected]>
…mbedding-bag-opset-3
7aface9
to
4da1a30
Compare
Avoid deprecated API. Signed-off-by: Roman Kazantsev <[email protected]>
@lazarevevgeny, I have just checked e2e test for Wide&Deep and it needs modification by adding target_layer for eltwise comparator since IR has multiple extra output nodes due to Split nodes in IR. What is right way to to merge this PR first or update e2e test first? Please advice. |
Signed-off-by: Roman Kazantsev <[email protected]>
Signed-off-by: Roman Kazantsev <[email protected]>
Signed-off-by: Roman Kazantsev <[email protected]>
Co-authored-by: Ilya Lavrenov <[email protected]>
Code:
Validation:
Documentation:
Other: