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

NotImplementedError: The following operators are not implemented: ['aten::split'] #5079

Closed
murdockhou opened this issue Mar 16, 2020 · 1 comment

Comments

@murdockhou
Copy link

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

Traceback (most recent call last):

  File "from_pytorch.py", line 106, in <module>
    shape_dict)

  File "/media/hsw/E/work/github/tvm_github/python/tvm/relay/frontend/pytorch.py", line 1327, in from_pytorch
    _report_missing_conversion(op_names)

  File "/media/hsw/E/work/github/tvm_github/python/tvm/relay/frontend/pytorch.py", line 948, in _report_missing_conversion
    raise NotImplementedError(msg)

NotImplementedError: The following operators are not implemented: ['aten::split']

pytorch == 1.4 and tvm is latest

@masahi
Copy link
Member

masahi commented Mar 23, 2020

Added to the list. See #5133

@masahi masahi closed this as completed Mar 23, 2020
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

No branches or pull requests

2 participants