-
Notifications
You must be signed in to change notification settings - Fork 59
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
ModuleNotFoundError: No module named 'tensorflow.models' #2
Comments
Hi, thank you for feedback! What is the version of ternsorflow? If you can install v0.9, how about trying it first? If you can fix the library path for newest tensorflow, PR is welcome! |
im using version 1.2.1. I tried fixing that but i get this issue now :
|
Are there any other necessary requirements to run this package ? |
Hi, newest classify_image.py seems that it needs some modification. So I copied it in my repo, and And I push the new version, which supports kinetic and latest tensorflow for you!!! |
Hello, Cheers. |
don't mind, and you don't need to be harry.
2017/08/09 8:07 "Raghavendra Sriram" <[email protected]>:
Hello,
Thanks a lot. Sorry i couldnt get back to you earlier. I managed to get the
previous version working with tensorflow 0.9. Il try this with tensorflow
1.0 and get back.
Cheers.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#2 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAMpJkmLDETvvuPpk94qPok6d1qYBXxfks5sWOo2gaJpZM4OmM-t>
.
|
Hi,
I’m new to Tensorflow and am trying to test this package. but i keep getting this error.
File "image_recognition.py", line 9, in
from tensorflow.models.image.imagenet import classify_image
ModuleNotFoundError: No module named 'tensorflow.models'
Id appreciate any help.
thanks
RS
The text was updated successfully, but these errors were encountered: