You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
like @LanGuipeng mentioned, changing the version of tensorflow.
running import tensorflow on colab, will import the default version.
you can specify the version you want before you run the import tensorflow cell by adding %tensorflow_version 1.x
I'm trying to run MTCNN_video_face_detection_alignment.ipynb in my computer (it works in google collab) to get faces meanwhile i'm training a net in google colab, but I keep getting the message "module 'keras.backend' has no attribute 'get_session'".
I'm ussing the specified versions (python 3.6.4, tensorflow 1.6.0 and keras 2.1.5) and even I've tried different versions of tensorflow 1.x, but nothing works.
Hi there,
I face with the error, when I run colab _demo
could anyone help?
Thanks in advance,
The text was updated successfully, but these errors were encountered: