提交 a35a1384 编写于 作者: W wangjiawei04

edit test_client

上级 bdaf82cf
......@@ -29,7 +29,7 @@ client = Client()
client.load_client_config(FLAGS.serving_client_conf)
client.connect(['127.0.0.1:9494'])
fetch_map = client.predict(feed=feed_dict, fetch=fetch_var_names)
print(fetch_map)
print(type(fetch_map['multiclass_nms']))
outs = fetch_map.values()
print (len(outs[0]), len(outs[0][0]))
postprocess(fetch_map, fetch_var_names)
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册