Closed
Description
使用的是paddle serving v0.7.0,修改服务端没有--name,即python3 -m paddle_serving_server.serve --model uci_housing_model --thread 10 --port 9292,在客户端输入curl -H "Content-Type:application/json" -X POST -d '{"feed":[{"x": [0.0137, -0.1136, 0.2553, -0.0692, 0.0582, -0.0727, -0.1583, -0.0584, 0.6283, 0.4919, 0.1856, 0.0795, -0.0332]}], "fetch":["price"]}' http://127.0.0.1:9292/uci/prediction
结果出现
参考文档:https://github.com/PaddlePaddle/Serving/blob/v0.7.0/doc/Quick_Start_CN.md
Activity