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

initialize_all_variables deprecated #14

Closed kunalghosh closed 7 years ago

kunalghosh commented 7 years ago

changed tf.initialize_all_variables to tf.global_variables_initializer

BinRoot commented 7 years ago

Thanks!