nlintz / TensorFlow-Tutorials

Simple tutorials using Google's TensorFlow Framework
6.01k stars 1.51k forks source link

Added with tf.Session(), since it's the best python practice #17

Closed hunkim closed 8 years ago

hunkim commented 8 years ago

I think using with tf.Session is the best Python practice and also we don't need to close the session. Please let us know if this is OK.