Update program.py

This commit is contained in:
topduke 2021-08-23 11:45:10 +08:00 committed by GitHub
parent 533b15c820
commit 73058cc082
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -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: