debugging

This commit is contained in:
frankknoll
2023-02-27 11:46:57 +01:00
parent 300624fa8a
commit be678694b7

View File

@@ -59,7 +59,7 @@ def decode_batch_predictions(pred):
def _getModel():
print("loading model...")
model = load_model()
model._make_predict_function()
model.make_predict_function()
model.summary()
return model