From 8cc808c15e7caa5540a0835b79770aea62ca9cef Mon Sep 17 00:00:00 2001 From: zhangjun Date: Fri, 23 Apr 2021 10:07:55 +0000 Subject: [PATCH] fix --- python/examples/low_precision/resnet50/resnet50_client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/examples/low_precision/resnet50/resnet50_client.py b/python/examples/low_precision/resnet50/resnet50_client.py index 999b143c..5d7b3124 100644 --- a/python/examples/low_precision/resnet50/resnet50_client.py +++ b/python/examples/low_precision/resnet50/resnet50_client.py @@ -19,7 +19,7 @@ from paddle_serving_app.reader import RGB2BGR, Transpose, Div, Normalize client = Client() client.load_client_config( "serving_client/serving_client_conf.prototxt") -client.connect(["127.0.0.1:9303"]) +client.connect(["127.0.0.1:9393"]) seq = Sequential([ File2Image(), Resize(256), CenterCrop(224), RGB2BGR(), Transpose((2, 0, 1)), -- GitLab