Skip to content

房价预测模型使用HTTP方式走不通 #1555

Closed
@snoopy1316

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
结果出现
image
参考文档:https://github.com/PaddlePaddle/Serving/blob/v0.7.0/doc/Quick_Start_CN.md

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions