aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/g3doc/get_started/index.md
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/g3doc/get_started/index.md')
-rw-r--r--tensorflow/g3doc/get_started/index.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/tensorflow/g3doc/get_started/index.md b/tensorflow/g3doc/get_started/index.md
index 61ab03b37b..1642a87ece 100644
--- a/tensorflow/g3doc/get_started/index.md
+++ b/tensorflow/g3doc/get_started/index.md
@@ -43,6 +43,9 @@ for step in range(201):
print(step, sess.run(W), sess.run(b))
# Learns best fit is W: [0.1], b: [0.3]
+
+# Close the Session when we're done.
+sess.close()
```
The first part of this code builds the data flow graph. TensorFlow does not