$ python from_onnx.py
Traceback (most recent call last):
File "from_onnx.py", line 23, in <module>
from tvm.contrib.download import download_testdata
ImportError: cannot import name download_testdata
I am using Ubuntu 16.04, and built TVM using LLVM and CUDA set.
When running many of the Frontend examples in the Frontend section of the Tutorial, e.g.:
https://docs.tvm.ai/tutorials/frontend/from_onnx.html
I get the following error:
I am using Ubuntu 16.04, and built TVM using LLVM and CUDA set.