提交 a462d875 编写于 作者: Z zhangyulong04

Merge branch 'develop' of https://github.com/ZhangYulongg/Serving into develop

the commit.
...@@ -410,7 +410,7 @@ class Client(object): ...@@ -410,7 +410,7 @@ class Client(object):
key)]) key)])
else: else:
string_lod_slot_batch.append([]) string_lod_slot_batch.append([])
string_slot.append(np.ascontiguousarray(feed_i[key])) string_slot.append(feed_i[key])
self.has_numpy_input = True self.has_numpy_input = True
int_slot_batch.append(int_slot) int_slot_batch.append(int_slot)
int_lod_slot_batch.append(int_lod_slot) int_lod_slot_batch.append(int_lod_slot)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册