Skip to content
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

[ONNX] Add support for GatherElements conversion #6446

Merged
merged 3 commits into from Sep 12, 2020

Conversation

masahi
Copy link
Member

@masahi masahi commented Sep 10, 2020

https://github.com/onnx/onnx/blob/master/docs/Operators.md#GatherElements

This is required to convert decision trees from hummingbird to Relay.

please review @siju-samuel @jwfromm @mbrookhart

Copy link
Contributor

@mbrookhart mbrookhart left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks!

Copy link
Member

@siju-samuel siju-samuel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, just remove the prints

tests/python/frontend/onnx/test_forward.py Show resolved Hide resolved
Copy link
Member

@siju-samuel siju-samuel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@masahi
Copy link
Member Author

masahi commented Sep 11, 2020

@siju-samuel please don't merge this PR until we first let #6448 in (I was asked by Jared to merge that PR as soon as possible before any other PR, to avoid conflict)

@masahi
Copy link
Member Author

masahi commented Sep 11, 2020

@tqchen I've got "no space left on device" from CI. Is CI having a problem?
https://ci.tvm.ai/blue/organizations/jenkins/tvm/detail/PR-6446/4/pipeline

@mbrookhart
Copy link
Contributor

I got the same error on another PR

@tqchen
Copy link
Member

tqchen commented Sep 12, 2020

@masahi @mbrookhart please retrigger, the space issue has been resolved

@masahi masahi merged commit 6a52fd4 into apache:master Sep 12, 2020
@masahi
Copy link
Member Author

masahi commented Sep 12, 2020

Thanks @siju-samuel @mbrookhart

kevinthesun pushed a commit to kevinthesun/tvm that referenced this pull request Sep 17, 2020
* support onnx GatherElements

* remove print

* run black

Co-authored-by: masa <masa@pop-os.localdomain>
kevinthesun pushed a commit to kevinthesun/tvm that referenced this pull request Sep 18, 2020
* support onnx GatherElements

* remove print

* run black

Co-authored-by: masa <masa@pop-os.localdomain>
trevor-m pushed a commit to neo-ai/tvm that referenced this pull request Sep 18, 2020
* support onnx GatherElements

* remove print

* run black

Co-authored-by: masa <masa@pop-os.localdomain>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants