From 73058cc082ab2b4afadd8461d9663797b214088a Mon Sep 17 00:00:00 2001 From: topduke <784990967@qq.com> Date: Mon, 23 Aug 2021 11:45:10 +0800 Subject: [PATCH] Update program.py --- tools/program.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/program.py b/tools/program.py index 5dd0cbfa..e7742a8f 100755 --- a/tools/program.py +++ b/tools/program.py @@ -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: -- GitLab