【发布时间】:2022-12-28 00:01:42
【问题描述】:
I installed imageai,tensorflow,keras in python with pip
i typed this code
from imageai.Detection import ObjectDetection
it shows this error
ModuleNotFoundError: No module named 'keras.layers.advanced_activations'
module versions
imageai - 2.0.2
keras - 2.90
tensorflow - 2.9.1
im running on windows 10 pro
【问题讨论】:
-
You need to update your version of
imageai. It's from 3 years ago.pip install -U imageai.
标签: python tensorflow keras imageai