Hi, Have a nice day, I try to run the example (python code) of “examples/run_LeNet_Relay.py”, and meet the issue:
File “examples/run_LeNet_Relay.py”, line 5, in from tvm.relay.op.contrib import nvdla ImportError: cannot import name ‘nvdla’ from ‘tvm.relay.op.contrib’ (/home/chayi/tvm/python/tvm/relay/op/contrib/init.py)
Then, i try to find ‘nvdla’ file in my TVM’s PYTHONPATH (e.g. ~/tvm/python/tvm/relay/op/contrib/) and see other versions of TVM (0.7/0.6/0.5),
BUT can’t see any file about ‘nvdla’ at the path (e.g. {TVM}/python/tvm/relay/op/contrib/) May i lose something, any suggestion? Appreciate your hand, thanks ^ ^
Thank U, -chayi