diff --git a/doc/Save_EN.md b/doc/Save_EN.md index 38f6f383642b358c7705a402ebc1bacc8a9145b2..4ccaf023cdc63bf8522d78638794d8d56b1c7a1a 100644 --- a/doc/Save_EN.md +++ b/doc/Save_EN.md @@ -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.