提交 af3a2a6d 编写于 作者: Z Zeyu Chen

update predict format

上级 44c2d39f
......@@ -80,4 +80,4 @@ if __name__ == '__main__':
for index, batch in enumerate(test_reader()):
probs_v = exe.run(
feed=data_feeder.feed(batch), fetch_list=[probs.name])
print(test_examples[index], probs_v[0][0])
print("%s\tpredict=%s" % (test_examples[index], probs_v[0][0]))
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册