-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
Comments
It is probably a single missing line in the ONNX conversion code. cc @zhreshold |
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. |
listDiff operator in https://github.com/dmlc/tvm/tree/master/python/tvm/relay/frontend/tensorflow.py not implemented too. |
Thank you! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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?
The text was updated successfully, but these errors were encountered: