未验证 提交 77a47379 编写于 作者: D Dong Daxiang 提交者: GitHub

Merge pull request #331 from guru4elephant/fix_predict

fix predict
......@@ -202,7 +202,7 @@ class Client(object):
if self.feed_types_[key] == int_type:
if i == 0:
int_feed_names.append(key)
int_slot.append(feed[key])
int_slot.append(feed_i[key])
elif self.feed_types_[key] == float_type:
if i == 0:
float_feed_names.append(key)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册