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,
break
images = batch[0]
start = time.time()
if use_srn or model_type == 'table':
preds = model(images, data=batch[1:])
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