提交 ec6b19eb 编写于 作者: H HtdrogenSulfate

polish docs

上级 7b8b3121
...@@ -215,8 +215,8 @@ Different from Python Serving, the C++ Serving client calls C++ OP to predict, s ...@@ -215,8 +215,8 @@ Different from Python Serving, the C++ Serving client calls C++ OP to predict, s
```log ```log
prediction: daisy, probability: 0.9341399073600769 prediction: daisy, probability: 0.9341399073600769
``` ```
- turn off the service - close the service:
If the service program is running in the foreground, you can press `Ctrl+C` to terminate the server program; if it is running in the background, you can use the kill command to close related processes, or you can execute the following command in the path where the service program is started to terminate the server program: If the service program is running in the foreground, you can press `Ctrl+C` to terminate the server program; if it is running in the background, you can use the kill command to close related processes, or you can execute the following command in the path where the service program is started to terminate the server program:
```bash ```bash
python3.7 -m paddle_serving_server.serve stop python3.7 -m paddle_serving_server.serve stop
``` ```
......
...@@ -236,8 +236,8 @@ Different from Python Serving, the C++ Serving client calls C++ OP to predict, s ...@@ -236,8 +236,8 @@ Different from Python Serving, the C++ Serving client calls C++ OP to predict, s
[{'bbox': [345, 95, 524, 585], 'rec_docs': 'Red Bull-Enhanced', 'rec_scores': 0.8073724}] [{'bbox': [345, 95, 524, 585], 'rec_docs': 'Red Bull-Enhanced', 'rec_scores': 0.8073724}]
``` ```
- turn off the service - close the service:
If the service program is running in the foreground, you can press `Ctrl+C` to terminate the server program; if it is running in the background, you can use the kill command to close related processes, or you can execute the following command in the path where the service program is started to terminate the server program: If the service program is running in the foreground, you can press `Ctrl+C` to terminate the server program; if it is running in the background, you can use the kill command to close related processes, or you can execute the following command in the path where the service program is started to terminate the server program:
```bash ```bash
python3.7 -m paddle_serving_server.serve stop python3.7 -m paddle_serving_server.serve stop
``` ```
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册