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