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.23k stars 2.41k forks source link

API changed: tf.nn.sigmoid_cross_entropy_with_logits() #139

Closed e173101 closed 6 years ago

e173101 commented 6 years ago

ValueError: Only call sigmoid_cross_entropy_with_logits with named arguments (labels=..., logits=..., ...)

nfmcclure commented 6 years ago

Thanks for this!