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 was archived by the owner on Jun 23, 2025. 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)