tomklaver1995
tomklaver1995
Same issue since today.. Worked 3 days ago suddenly cannot run it anymore: --------------------------------------------------------------------------- AttributeError Traceback (most recent call last) in () 1 model = modellib.MaskRCNN(mode="training", config=config, ----> 2 model_dir=MODEL_DIR)...
Thanks a lot!
@Ab-Abdurrahman I did. The first comment fixes it for you :). Good luck
Tensorflow version 2 can't use session. Try to change tf.Session to tf.compat.v1.Session to get the same result. Besides when you use Keras.get_session() change that to tf.compat.v1.keras.backend.get_session(). Good luck