nlintz / TensorFlow-Tutorials

Simple tutorials using Google's TensorFlow Framework
6k stars 1.52k forks source link

remove an argument from feed_dict to make no ambiguities #52

Closed RuihongQiu closed 7 years ago

RuihongQiu commented 7 years ago

When I was first learning the code, I feel frustrated because Y: teY is assigned to feed_dict and I think predict_op doesn't need this argument. So I changed it.

hunkim commented 7 years ago

Looks good!

nlintz commented 7 years ago

Thanks for taking care of the PR @hunkim :-)