TexasInstruments / edgeai-tidl-tools

Edgeai TIDL Tools and Examples - This repository contains Tools and example developed for Deep learning runtime (DLRT) offering provided by TI’s edge AI solutions.
Other
121 stars 27 forks source link

Run tvm_compilation_onnx_example.py Failed #54

Open Iaishui opened 1 year ago

Iaishui commented 1 year ago

I want to run the file tvm_compilation_onnx_example.py, but meet an error.

../../../models/public/mobilenetv2-1.0.onnx Traceback (most recent call last): File "tvm_compilation_onnx_example.py", line 112, in from tvm.relay.backend.contrib import tidl ImportError: cannot import name 'tidl'

Now I use version 08_05_00_05. Do you know how to fix this problem?

Thanks!!!