Skip to content

Commit

Permalink
Update lab-04-4-tf_reader_linear_regression.py
Browse files Browse the repository at this point in the history
Actual results are very different. (I've tried it several times.) So I fixed the result output comment.
  • Loading branch information
qoocrab authored and kkweon committed Jan 11, 2019
1 parent a638e4a commit 690b03c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions lab-04-4-tf_reader_linear_regression.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,7 @@
sess.run(hypothesis, feed_dict={X: [[60, 70, 110], [90, 100, 80]]}))

'''
Your score will be [[ 177.78144836]]
Other scores will be [[ 141.10997009]
[ 191.17378235]]
Your score will be [[185.33531]]
Other scores will be [[178.36246]
[177.03687]]
'''

0 comments on commit 690b03c

Please sign in to comment.