Unverified Commit 73058cc0 authored by topduke's avatar topduke Committed by GitHub
Browse files

Update program.py

parent 533b15c8
...@@ -364,7 +364,6 @@ def eval(model, ...@@ -364,7 +364,6 @@ def eval(model,
break break
images = batch[0] images = batch[0]
start = time.time() start = time.time()
if use_srn or model_type == 'table': if use_srn or model_type == 'table':
preds = model(images, data=batch[1:]) preds = model(images, data=batch[1:])
else: else:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment