-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
Package path error in tvm/tests/python/frontend/tflite/test_forward.py #3425
Comments
PR #3427 |
TVM supports both tensorflow 1.12 and 1.13
This explains why CI tests work fine. tensorflow 1.14 was released 6 days ago and it does not have |
I'm a bit skeptical about this claim. Our CI test builds docker image with tensorflow 1.13 as well, as I just checked (essentially whichever ubuntu_install_tflite.sh specifies). Regardless, my new commit should fix it for all versions. |
closed by #3427 |
The package path on line 134:
Should be
instead. I'm not sure how TVM's official CI tests manage to pass since then, but it is causing our own version of the CI tests to fail and blocking the testing of our own work. Since the original author has not been responsive, I'll submit a PR to fix it myself.
The text was updated successfully, but these errors were encountered: