Aeroxander edited a comment on issue #4262: [RELAY][Bug] 'name_hint' 
AttributeError issue when covert tensorflow to TVM
URL: https://github.com/apache/incubator-tvm/issues/4262#issuecomment-567965307
 
 
   @yongwww Here's my ONNX (PyTorch) model:
   
[matrixnew.zip](https://github.com/apache/incubator-tvm/files/3988845/matrixnew.zip)
   Error happens when I compile the model by following this 
https://docs.tvm.ai/tutorials/frontend/from_onnx.html
   
   Don't know if I should create a new issue for this as it looks pretty 
similar.
   
   Haven't found a fix yet as I don't know how to change the ONNX scale 
parameters in the model.
   
   EDIT:
   
   Someone already brought up the Resize operator missing issue: 
https://discuss.tvm.ai/t/relay-onnx-frontend-implement-resize-operation/5131/7
   
   With this one fixing it:
   https://github.com/apache/incubator-tvm/pull/4536
   
   So this should only fix the PyTorch resize error. If you have ONNX v9 you 
can just update it through 
https://github.com/onnx/onnx/blob/master/docs/PythonAPIOverview.md#converting-version-of-an-onnx-model-within-default-domain-aionnx
   
   
   
   

----------------------------------------------------------------
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