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

Operator Greater not implemented. #3177

Closed
yinxiaochuan opened this issue May 11, 2019 · 5 comments · Fixed by #3186
Closed

Operator Greater not implemented. #3177

yinxiaochuan opened this issue May 11, 2019 · 5 comments · Fixed by #3186

Comments

@yinxiaochuan
Copy link

I successfully convert the pytorch model to the onnx. The converted model cannot be loaded in tvm (0.6_dev0), because the greater operator is not implemented. The greater operator is supported in the tvm relay. Any suggestion?

@jroesch
Copy link
Member

jroesch commented May 11, 2019

It is probably a single missing line in the ONNX conversion code. cc @zhreshold

@jroesch
Copy link
Member

jroesch commented May 11, 2019

If you are interested in contributing you just need to provide a converter here: https://github.com/dmlc/tvm/blob/master/python/tvm/relay/frontend/onnx.py#L781.

@xiaorongxie
Copy link

@zhreshold
Copy link
Member

#3186

@yinxiaochuan
Copy link
Author

Thank you!

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 a pull request may close this issue.

4 participants