提交 dc61e0c9 编写于 作者: H HexToString

temp_save

上级 4101ecdb
...@@ -14,11 +14,11 @@ ...@@ -14,11 +14,11 @@
#include "core/general-server/op/general_rec_op.h" #include "core/general-server/op/general_rec_op.h"
#include <algorithm> #include <algorithm>
#include <functional>
#include <iostream> #include <iostream>
#include <memory> #include <memory>
#include <sstream> #include <sstream>
#include <vector> #include <vector>
#include <functional>
#include "core/predictor/framework/infer.h" #include "core/predictor/framework/infer.h"
#include "core/predictor/framework/memory.h" #include "core/predictor/framework/memory.h"
#include "core/predictor/framework/resource.h" #include "core/predictor/framework/resource.h"
......
...@@ -26,7 +26,7 @@ client = Client() ...@@ -26,7 +26,7 @@ client = Client()
# TODO:load_client need to load more than one client model. # TODO:load_client need to load more than one client model.
# this need to figure out some details. # this need to figure out some details.
client.load_client_config(sys.argv[1:]) client.load_client_config(sys.argv[1:])
client.connect(["127.0.0.1:9293"]) client.connect(["127.0.0.1:9292"])
import paddle import paddle
test_img_dir = "imgs/" test_img_dir = "imgs/"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册