I attempted to do import segmentation_models as sm
, but I got an error saying efficientnet
was not found. So I then did pip install efficientnet
and tried it again. I now get ModuleNotFoundError: no module named efficientnet.tfkeras
, even though Keras is installed as I'm able to do from keras.models import *
or anything else with Keras
how can I get rid of this error?
To install segmentation-models use the following command: pip install git+https://github.com/qubvel/segmentation_models
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With