I tried to run the evaluate_model.py but I faced the following problem.
Data format = channels_last
Traceback (most recent call last):
File "evaluate_model.py", line 51, in
model = unet_model.model.load_model(args.saved_model, custom_objects=unet_model.custom_objects)
AttributeError: 'Model' object has no attribute 'load_model'
I tried to run the evaluate_model.py but I faced the following problem.
Data format = channels_last Traceback (most recent call last): File "evaluate_model.py", line 51, in
model = unet_model.model.load_model(args.saved_model, custom_objects=unet_model.custom_objects)
AttributeError: 'Model' object has no attribute 'load_model'