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
ImportError Traceback (most recent call last)
in
4
5 from keras.preprocessing.image import ImageDataGenerator
----> 6 from keras.applications import MobileNetV2
7 from keras.layers import AveragePooling2D
8 from keras.layers import Dropout
ImportError: cannot import name 'MobileNetV2' from 'keras.applications' (C:\Users\IMAKA\AppData\Roaming\Python\Python39\site-packages\keras\applications_init_.py)
I HAVE ALL THE PRE REQUSISTS INSTALLED LOCALLY.
The text was updated successfully, but these errors were encountered:
ImportError Traceback (most recent call last)
in
4
5 from keras.preprocessing.image import ImageDataGenerator
----> 6 from keras.applications import MobileNetV2
7 from keras.layers import AveragePooling2D
8 from keras.layers import Dropout
ImportError: cannot import name 'MobileNetV2' from 'keras.applications' (C:\Users\IMAKA\AppData\Roaming\Python\Python39\site-packages\keras\applications_init_.py)
I HAVE ALL THE PRE REQUSISTS INSTALLED LOCALLY.
The text was updated successfully, but these errors were encountered: