Closed
Description
使用paddleserving的图像分类历程,使用curl H请求远程服务curl -H "Content-Type:application/json" -X POST -d '{"feed":[{"image": "https://paddle-serving.bj.bcebos.com/imagenet-example/daisy.jpg"}], "fetch": ["score"]}' http://127.0.0.1:9292/image/prediction,完全例子的写法,出现以上{"result":"not enough values to unpack (expected 3, got 2)"}返回问题。
paddleserving 0.4.0 cuda10 cudnn7
Activity