update the export_model.py

release/1.1
shaohua.zhang 5 years ago committed by GitHub
parent ea542b51b4
commit 19da8ba843
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -45,7 +45,7 @@ from ppocr.utils.save_load import init_model
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(
config, eval_program, startup_prog)

Loading…
Cancel
Save