提交 6f992ca9 编写于 作者: Y Yancey1989

fix typo in fit-a-line readme.cn

上级 f8de02be
......@@ -267,7 +267,7 @@ for idx, val in enumerate(results[0]):
print("%d: %.2f" % (idx, val))
print("\nground truth:")
for idx, val in enumerate(test_label):
for idx, val in enumerate(test_y):
print("%d: %.2f" % (idx, val))
```
......
......@@ -309,7 +309,7 @@ for idx, val in enumerate(results[0]):
print("%d: %.2f" % (idx, val))
print("\nground truth:")
for idx, val in enumerate(test_label):
for idx, val in enumerate(test_y):
print("%d: %.2f" % (idx, val))
```
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册