You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2021/02/23 08:27:06 UTC

[GitHub] [tvm] asimniazi63 opened a new issue #7504: Prediction from Coreml model

asimniazi63 opened a new issue #7504:
URL: https://github.com/apache/tvm/issues/7504


   Hi, I am trying to get predictions from CoreML model and I got this error. Pasted below:
   
   Traceback (most recent call last):
     File "tvm_coreml.py", line 25, in <module>
       mod, params = relay.frontend.from_coreml(mlmodel, shape_dict)
     File "/home/asim/.local/lib/python3.8/site-packages/tvm-0.8.dev609+gcfe88c1ee-py3.8-linux-x86_64.egg/tvm/relay/frontend/coreml.py", line 593, in from_coreml
       coreml_op_to_relay(layerop, list(l.input), l.output, etab)
     File "/home/asim/.local/lib/python3.8/site-packages/tvm-0.8.dev609+gcfe88c1ee-py3.8-linux-x86_64.egg/tvm/relay/frontend/coreml.py", line 513, in coreml_op_to_relay
       raise tvm.error.OpNotImplemented(
   tvm.error.OpNotImplemented: Operator LoadConstantNDLayerParams is not supported in frontend CoreML.
   


----------------------------------------------------------------
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:
users@infra.apache.org