pkmital / tensorflow_tutorials

From the basics to slightly more interesting applications of Tensorflow
Other
5.64k stars 1.18k forks source link

Update 01_basic.py #33

Closed BioGeek closed 7 years ago

BioGeek commented 7 years ago

Since Tensorflow 1.0.0, tf.neg is deprecated in favor of tf.negative, see https://www.tensorflow.org/api_docs/python/tf/negative and https://github.com/tensorflow/tensorflow/releases

BioGeek commented 7 years ago

Superseded by pull request #35