aymericdamien / TensorFlow-Examples

TensorFlow Tutorial and Examples for Beginners (support TF v1 & v2)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

这一行代码应该是 test_X吧,plt.plot(test_X, sess.run(W)*test_X+sess.run(b), label='Fitted line')

s1162276945 opened this issue · comments

plt.plot(train_X, sess.run(W) * train_X + sess.run(b), label='Fitted line')