Revert "debug for infer"

This reverts commit 428edb6ff8.
pull/2701/head
Tingquan Gao 2023-03-14 16:16:40 +08:00
parent fee238ff8c
commit 578054dddd
1 changed files with 0 additions and 2 deletions

View File

@ -43,8 +43,6 @@ class Engine(object):
assert mode in ["train", "eval", "infer", "export"]
self.mode = mode
self.config = config
self.eval_mode = self.config["Global"].get("eval_mode",
"classification")
# init logger
log_file = os.path.join(self.config['Global']['output_dir'],