提交 8efcec56 编写于 作者: D dongdaxiang

fix predict

上级 a7b2c45f
......@@ -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.
先完成此消息的编辑!
想要评论请 注册