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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Run tvm_compilation_onnx_example.py Failed

Iaishui opened this issue · comments

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