debugging
This commit is contained in:
@@ -56,10 +56,7 @@ def decode_batch_predictions(pred):
|
||||
output_text.append(res)
|
||||
return output_text
|
||||
|
||||
model = None
|
||||
def _getModel():
|
||||
global model
|
||||
if model is None:
|
||||
print("loading model...")
|
||||
model = load_model()
|
||||
model.summary()
|
||||
|
||||
Reference in New Issue
Block a user