未验证 提交 a6df1730 编写于 作者: T TeslaZhao 提交者: GitHub

Merge pull request #1272 from HexToString/develop-p

fix little bug in string type
......@@ -410,7 +410,7 @@ class Client(object):
key)])
else:
string_lod_slot_batch.append([])
string_slot.append(np.ascontiguousarray(feed_i[key]))
string_slot.append(feed_i[key])
self.has_numpy_input = True
int_slot_batch.append(int_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.
先完成此消息的编辑!
想要评论请 注册