srihari-humbarwadi / DeepLabV3_Plus-Tensorflow2.0

DeepLabV3+ implemented in TensorFlow2.0
https://arxiv.org/pdf/1802.02611.pdf
168 stars 45 forks source link

ImportError: cannot import name 'keras_modules_injection' #23

Closed rrklearn2020 closed 3 years ago

rrklearn2020 commented 3 years ago

error while trying the code with resnet50 for DeepLabV3_Plus-Tensorflow2.0

Linefrom tensorflow.python.keras.applications import keras_modules_injection

Error ImportError: cannot import name 'keras_modules_injection'

rrklearn2020 commented 3 years ago

.