BinRoot / TensorFlow-Book

Accompanying source code for Machine Learning with TensorFlow. Refer to the book for step-by-step explanations.
http://www.tensorflowbook.com
MIT License
4.45k stars 1.21k forks source link

Fix subtract function #12

Closed kracekumar closed 7 years ago

kracekumar commented 7 years ago

tf.sub is replaced to tf.subtract in latest version 1.0.0

BinRoot commented 7 years ago

Thanks!