FATE-Serving icon indicating copy to clipboard operation
FATE-Serving copied to clipboard

No inference results were obtained

Open ssdyue opened this issue 5 years ago • 0 comments

This is a test result after I deployed the fate-serving based on cluster and pubished the trained model named lr-test: request body: { "serviceId": "lr-test", "featureData": { "x0": 1.88669, "x1": -1.359293, "x2": 2.303601, "x3": 2.00137, "x4": 1.307686 }, "sendToRemoteFeatureData": { "phone_num": "122222222" } }

response: { "retcode": 0, "retmsg": "", "caseid": "", "data": { "modelId": "guest#9999#arbiter-10000#guest-9999#host-10000#model", "modelVersion": "202012161128225158102", "timestamp": 1608089601776 }, "log": {}, "warn": {}, "flag": 0 }

Obviously, no meaningful results were obtained. I think there is a problem, but how do I solve it?

ssdyue avatar Dec 16 '20 09:12 ssdyue