llSourcell / tensorflow_demo

Tensorflow Demo for my TF in 5 Min Video on Youtube
229 stars 175 forks source link

Updated and Replaced depreciated methods #12

Open gSrikar opened 7 years ago

gSrikar commented 7 years ago

Updated and replaced the deprecated methods to match TensorFlow 1.2.

Updates --> // Initialize variables global_variables_initializer()

tf.histogram_summary( --> tf.summary.histogram(

and others similar to it

Deprecated --> summary_writer = tf.summary.FileWriter('/LOCATION/ON/YOUR/COMPUTER/', sess.graph)