debugging

This commit is contained in:
frankknoll
2023-02-27 11:39:53 +01:00
parent 24cd399e81
commit 300624fa8a

View File

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