"src/git@developer.sourcefind.cn:chenpangpang/open-webui.git" did not exist on "d6dbd73ec9b7f0ef03b856191719f96a2bd4b2b2"
Commit 7c9a5bd6 authored by tink2123's avatar tink2123
Browse files

fix args

parent cb89544c
......@@ -71,9 +71,9 @@ class TextRecognizer(object):
self.autolog = auto_log.AutoLogger(
model_name="rec",
model_precision=args.precision,
batch_size=6,
batch_size=args.rec_batch_num,
data_shape="dynamic",
save_path="./output/auto_log.lpg",
save_path=args.save_log_path,
inference_config=self.config,
pids=pid,
process_name=None,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment