We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Models code was removed since TF 1.0. I tryed to install it from repo, but I still obtain
File "image_recognition.py", line 8, in from tensorflow.image.imagenet import classify_image ImportError: No module named image.imagenet
when I try to execute image_recognition.py
The text was updated successfully, but these errors were encountered:
Hi, I am also facing this issue. Did you manage to solve this?
Sorry, something went wrong.
Guys, The code was tested with 0.11.0rc1 version. It is working fine in this version.
No branches or pull requests
Models code was removed since TF 1.0. I tryed to install it from repo, but I still obtain
File "image_recognition.py", line 8, in
from tensorflow.image.imagenet import classify_image
ImportError: No module named image.imagenet
when I try to execute image_recognition.py
The text was updated successfully, but these errors were encountered: