Skip to content

Commit

Permalink
Update export_model.py
Browse files Browse the repository at this point in the history
  • Loading branch information
BeyondYourself authored Jul 21, 2020
1 parent 20d26b7 commit 13bc04e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/export_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def set_paddle_flags(**kwargs):


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)
Expand Down

0 comments on commit 13bc04e

Please sign in to comment.