You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
I'm using file
/python/tvm/relay/frontend/pytorch.py
to convert pytorch model, but raise error like this:pytorch == 1.4 and tvm is latest
The text was updated successfully, but these errors were encountered: