diff --git a/docs/zh_CN/tutorials/getting_started.md b/docs/zh_CN/tutorials/getting_started.md index e3a7464e4d7adb8bf7d62af4e13c8bfe23187311..05cbeb12c1996e57b62e5bef18c6aa9cbe1cadba 100644 --- a/docs/zh_CN/tutorials/getting_started.md +++ b/docs/zh_CN/tutorials/getting_started.md @@ -229,7 +229,7 @@ python tools/infer/infer.py \ -## 4. 使用inference模型模型推理 +## 4. 使用inference模型进行模型推理 通过导出inference模型,PaddlePaddle支持使用预测引擎进行预测推理。接下来介绍如何用预测引擎进行推理: 首先,对训练好的模型进行转换: