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
{{ message }}
This repository has been archived by the owner on Nov 3, 2022. It is now read-only.
#when i write this code :
"vgg16 = tf.keras.applications.VGG16(include_top=False)
preprocess_input = tf.keras.applications.vgg16.preprocess_input
image = tf.keras_preprocessing.image"
#ISSUE
ImportError: cannot import name 'keras' from partially initialized module 'keras.api.v2' (most likely due to a circular import) (C:\Users\laptop media.conda\envs\tensorflow\lib\site-packages\keras\api_v2_init.py)
The text was updated successfully, but these errors were encountered:
Faiz-datascientist
changed the title
i have already install keras and tensorflow upgraded version but i face this issue i dont know how to solve this issue.
i have already install keras and tensorflow upgraded version but i face this issue i dont know how to fix this issue
Mar 10, 2022
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
#when i write this code :
"vgg16 = tf.keras.applications.VGG16(include_top=False)
preprocess_input = tf.keras.applications.vgg16.preprocess_input
image = tf.keras_preprocessing.image"
#ISSUE
ImportError: cannot import name 'keras' from partially initialized module 'keras.api.v2' (most likely due to a circular import) (C:\Users\laptop media.conda\envs\tensorflow\lib\site-packages\keras\api_v2_init.py)
The text was updated successfully, but these errors were encountered: