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
Hi,
I'm trying to run demo.py to estimate age/gender from my own images but I'm getting : "cannot import name 'EfficientNetB0'" error from this line of the code: "from tensorflow.keras.applications import EfficientNetB0".
Tensorflow version: 1.13
Python version: 3.6
Any idea?
The text was updated successfully, but these errors were encountered:
Hi,
I'm trying to run demo.py to estimate age/gender from my own images but I'm getting : "cannot import name 'EfficientNetB0'" error from this line of the code: "from tensorflow.keras.applications import EfficientNetB0".
Tensorflow version: 1.13
Python version: 3.6
Any idea?
The text was updated successfully, but these errors were encountered: