nfmcclure / tensorflow_cookbook

Code for Tensorflow Machine Learning Cookbook
https://www.packtpub.com/big-data-and-business-intelligence/tensorflow-machine-learning-cookbook-second-edition
MIT License
6.24k stars 2.41k forks source link

fix bug:AttributeError: module 'tensorflow' has no attribute 'sub' #137

Closed e173101 closed 6 years ago

e173101 commented 6 years ago

tf.sub() -> tf.subtract() Signed-off-by: atian lai@atian.me

nfmcclure commented 6 years ago

Thanks for noticing this!