未验证 提交 5ee21846 编写于 作者: D Dong Daxiang 提交者: GitHub

Update README.md

上级 1da1ebf9
......@@ -19,10 +19,10 @@ pip install paddle_serving_app
launch server side
```
python image_classification_service.py ResNet50_vd_model cpu 9696 #cpu inference service
python resnet50_web_service.py ResNet50_vd_model cpu 9696 #cpu inference service
```
```
python image_classification_service.py ResNet50_vd_model gpu 9696 #gpu inference service
python resnet50_web_service.py ResNet50_vd_model gpu 9696 #gpu inference service
```
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册