I tried to run autokeras and was hit with the error message upon import autokeras:
from tensorflow.python.keras.layers.preprocessing import image_preprocessing as image_ops
ImportError: cannot import name 'image_preprocessing'
I am currently on:
Keras: 2.2.4
Tensorflow: 2.1.0
OS: Windows 10
Thank you for your help
We only support TensorFlow 2.3.0 in the latest release of AutoKeras.
After that tf object detection api works fine, as for me
Any update on this issue?
The solution is to use TF 2.3 with AutoKeras 1.0.10.
@haifeng-jin Solved the issue upgrading tensorflow.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Most helpful comment
After that tf object detection api works fine, as for me