"...git@developer.sourcefind.cn:chenpangpang/open-webui.git" did not exist on "d43ee0fc5b018cec183de99e8047472c454737ae"
Unverified Commit 13bc04eb authored by shaohua.zhang's avatar shaohua.zhang Committed by GitHub
Browse files

Update export_model.py

parent 20d26b76
...@@ -45,7 +45,7 @@ from ppocr.utils.save_load import init_model ...@@ -45,7 +45,7 @@ from ppocr.utils.save_load import init_model
def main(): def main():
startup_prog, eval_program, place, config, _ = program. preprocess() startup_prog, eval_program, place, config, _ = program.preprocess()
feeded_var_names, target_vars, fetches_var_name = program.build_export( feeded_var_names, target_vars, fetches_var_name = program.build_export(
config, eval_program, startup_prog) config, eval_program, startup_prog)
......
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