提交 dc61e0c9 编写于 作者: H HexToString

temp_save

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