Skip to content

Tag: keras

How to import utils from keras_unet

I’m trying to add utils from keras_unet in google colab, but I have a problem. keras-unet init: TF version is >= 2.0.0 – using tf.keras instead of Keras ModuleNotFoundError Answer You must install keras-unet before importing as follows Let us know if the issue still persists. Thanks!