Skip to content

Commit

Permalink
Update Save_EN.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TeslaZhao authored Feb 22, 2022
1 parent e27eda6 commit 6bbab9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Save_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Arguments are the same as `inference_model_to_serving` API.
| `model_filename` | str | None | The name of file to load the inference program. If it is None, the default filename `__model__` will be used. |
| `params_filename` | str | None | The name of file to load all parameters. It is only used for the case that all parameters were saved in a single binary file. If parameters were saved in separate files, set it as None. |

**Demo: Convert From Dynamic Graph**
### Convert From Dynamic Graph

PaddlePaddle 2.0 provides a new dynamic graph mode, so here we use imagenet ResNet50 dynamic graph as an example to teach how to export from a saved model and use it for real online inference scenarios.

Expand Down

0 comments on commit 6bbab9d

Please sign in to comment.