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

[Frontend][PyTorch] NotImplementedError: The following operators are not implemented: ['aten::is_floating_point', 'aten::true_divide'] #6239

Closed
cloud-mxd opened this issue Aug 9, 2020 · 2 comments · Fixed by #7128

Comments

@cloud-mxd
Copy link
Contributor

I'm using file /python/tvm/relay/frontend/pytorch.py to convert pytorch model, but raise error like this:
image

pytorch == 1.6.0 and tvm is latest

@cloud-mxd
Copy link
Contributor Author

@masahi

@TylerADavis
Copy link
Contributor

It seems that true_divide is supported as of #6472, but is_floating_point is definitely missing. I'm currently looking at adding support for is_floating_point, and I hope to have something before the week is done.

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.

2 participants