segmentation_models_3D
segmentation_models_3D copied to clipboard
No module named 'keras.engine'.
im getting this error while importing 'import segmentation_models_3D as sm'
Same here. Did you find a solution for it?
no...
You must install exact version of modules:
tensorflow==2.8.0
keras==2.8.0
keras_applications==1.0.8
classification_models_3D==1.0.8
I believe tensorflow==2.8.0 is not an available version of tensorflow to install. Is there any other solution to this?
I believe tensorflow==2.8.0 is not an available version of tensorflow to install. Is there any other solution to this?
Disregard, tensorflow==2.8.0 requires python version 3.10 or lower, and I was trying to install from python 3.11.
Unfortunately tensorflow and keras changed too often. It was made for these versions of modules and checked to work on them.