未验证 提交 7ba0c114 编写于 作者: J Jiawei Wang 提交者: GitHub

Merge branch 'develop' into fix

...@@ -13,7 +13,10 @@ sh get_data.sh ...@@ -13,7 +13,10 @@ sh get_data.sh
## RPC service ## RPC service
### Start server ### Start server
``` shell
python test_server.py uci_housing_model/
```
You can alse use the following code to start the RPC service
```shell ```shell
python -m paddle_serving_server.serve --model uci_housing_model --thread 10 --port 9393 --use_lite --use_xpu --ir_optim python -m paddle_serving_server.serve --model uci_housing_model --thread 10 --port 9393 --use_lite --use_xpu --ir_optim
``` ```
......
...@@ -18,5 +18,5 @@ python -m paddle_serving_server.serve --model resnet_v2_50_imagenet_model --port ...@@ -18,5 +18,5 @@ python -m paddle_serving_server.serve --model resnet_v2_50_imagenet_model --port
### Client Prediction ### Client Prediction
``` ```
python resnet50_v2_client.py python resnet50_client.py
``` ```
...@@ -18,5 +18,5 @@ python -m paddle_serving_server.serve --model resnet_v2_50_imagenet_model --port ...@@ -18,5 +18,5 @@ python -m paddle_serving_server.serve --model resnet_v2_50_imagenet_model --port
### 客户端预测 ### 客户端预测
``` ```
python resnet50_v2_client.py python resnet50_client.py
``` ```
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册