TensorFlow-Examples
TensorFlow-Examples copied to clipboard
这一行代码应该是 test_X吧,plt.plot(test_X, sess.run(W)*test_X+sess.run(b), label='Fitted line')
https://github.com/aymericdamien/TensorFlow-Examples/blob/c5772812faea39e0d0b1cc1dbd937b8ecb20091b/examples/2_BasicModels/linear_regression.py#L87