We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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:
$ 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.
The text was updated successfully, but these errors were encountered:
Could you checkout the latest tvm repo? download_testdata is added in recent commits (#2921 ).
download_testdata
Sorry, something went wrong.
Thanks! Now it seems to be working fine
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: