-
Notifications
You must be signed in to change notification settings - Fork 282
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
module 'tensorflow.python.framework.ops' has no attribute '_TensorLike' #42
Comments
Hi, |
AttributeError: module 'tensorflow.python.framework.ops' has no attribute '_TensorLike' Same error when using keras where tensorflow as backend |
Hi, (venv) pi@raspberrypi:~ $ python3 /home/pi/Desktop/final\ face/facenet\ face\ recognition/facenet.py ** (facenet.py:27420): WARNING **: Error retrieving accessibility bus address: org.freedesktop.DBus.Error.ServiceUnknown: The name org.a11y.Bus was not provided by any .service files |
I got the exact same error as @taktikal17 but with a |
i use version tensorflow==1.10.0 with no problem |
I am getting same error while using ImageAI |
Just fix the imports like to this: Similarly for other imports starting with 'from keras' |
I am also getting this error while using ImageAI. Referring to this. |
Hi,
I was trying to run:
make_image_analogy.py images/arch-mask.jpg images/arch.jpg images/arch-newmask.jpg out/arch
When I got this:
AttributeError: module 'tensorflow.python.framework.ops' has no attribute '_TensorLike'
Any idea how to fix that?
Thank you!
The text was updated successfully, but these errors were encountered: