Skip to content
New issue

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

download_testdata Error in Tutorial Examples #2953

Closed
mostafaelhoushi opened this issue Apr 2, 2019 · 2 comments
Closed

download_testdata Error in Tutorial Examples #2953

mostafaelhoushi opened this issue Apr 2, 2019 · 2 comments

Comments

@mostafaelhoushi
Copy link

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.

@icemelon
Copy link
Member

icemelon commented Apr 2, 2019

Could you checkout the latest tvm repo? download_testdata is added in recent commits (#2921 ).

@mostafaelhoushi
Copy link
Author

Thanks! Now it seems to be working fine

@icemelon icemelon closed this as completed Apr 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants