rename a function

This commit is contained in:
shaohua.zhang 2020-07-21 13:56:52 +08:00 committed by GitHub
parent 941a629dbe
commit 7c0042edf3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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)