Update program.py
This commit is contained in:
parent
533b15c820
commit
73058cc082
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue