cloud-mxd opened a new issue #6129:
URL: https://github.com/apache/incubator-tvm/issues/6129


   I'm using file /python/tvm/relay/frontend/pytorch.py to convert pytorch 
model, but raise error like this:
   ```text
   Traceback (most recent call last):
     File "apply_opt_torch.py", line 193, in <module>
       run_direct()
     File "apply_opt_torch.py", line 166, in run_direct
       mod, params, shape_dict = get_network()
     File "apply_opt_torch.py", line 109, in get_network
       mod, params = relay.frontend.from_pytorch(model, shape_dict)
     File 
"/data00/maxiandi/opensource/incubator-tvm/python/tvm/relay/frontend/pytorch.py",
 line 2626, in from_pytorch
       _report_missing_conversion(op_names, convert_map)
     File 
"/data00/maxiandi/opensource/incubator-tvm/python/tvm/relay/frontend/pytorch.py",
 line 2112, in _report_missing_conversion
       raise NotImplementedError(msg)
   NotImplementedError: The following operators are not implemented: 
['aten::values']
   ```
   
   pytorch == 1.3.1 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]


Reply via email to