From 0ac032ff1c238ccceeb2b128fd5a6dd0a378f146 Mon Sep 17 00:00:00 2001 From: andyjpaddle Date: Mon, 30 May 2022 11:24:35 +0000 Subject: [PATCH] add KL PACT --- ppstructure/table/predict_table.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/ppstructure/table/predict_table.py b/ppstructure/table/predict_table.py index d7d1760d..aa054595 100644 --- a/ppstructure/table/predict_table.py +++ b/ppstructure/table/predict_table.py @@ -244,13 +244,11 @@ def main(args): logger.info("Predict time : {:.3f}s".format(elapse)) if args.benchmark: text_sys.autolog.report() - print('ok') if __name__ == "__main__": args = parse_args() if args.use_mp: - print('mp') p_list = [] total_process_num = args.total_process_num for process_id in range(total_process_num): -- GitLab