murdockhou opened a new issue #5079: NotImplementedError: The following 
operators are not implemented: ['aten::split']
URL: https://github.com/apache/incubator-tvm/issues/5079
 
 
   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
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to