提交 dbef5e5f 编写于 作者: D Dong Daxiang 提交者: GitHub

Update README.md

上级 10241417
...@@ -10,7 +10,7 @@ pip install paddle-serving-client ...@@ -10,7 +10,7 @@ pip install paddle-serving-client
pip install paddle-serving-server pip install paddle-serving-server
``` ```
#### 训练代码保存Serving的配置 #### 训练脚本
``` python ``` python
import os import os
import sys import sys
...@@ -69,10 +69,10 @@ if __name__ == "__main__": ...@@ -69,10 +69,10 @@ if __name__ == "__main__":
{"acc": acc, "cost": avg_cost, "prediction": prediction}) {"acc": acc, "cost": avg_cost, "prediction": prediction})
``` ```
#### 服务启动 #### 本地服务启动
TBA TBA
#### 客户端访问 #### 客户端预测
``` python ``` python
from paddle_serving import Client from paddle_serving import Client
import sys import sys
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册