aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Sanders Kleinfeld <skleinfeld@google.com>2017-02-16 17:17:32 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-02-16 17:29:58 -0800
commitff26c390c4bac8c09fd32ac00e8003c4903fad66 (patch)
tree5f17b7dadc06d56238d297e0bfce4c133aef6fea
parent302025cf7867cdad793724b5c3b35e50b3513955 (diff)
Removing note about TF 1.0 alpha, now that 1.0 has officially been released.
Change: 147788449
-rw-r--r--tensorflow/g3doc/tutorials/layers/index.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/tensorflow/g3doc/tutorials/layers/index.md b/tensorflow/g3doc/tutorials/layers/index.md
index 017102de0e..9b8fc301e7 100644
--- a/tensorflow/g3doc/tutorials/layers/index.md
+++ b/tensorflow/g3doc/tutorials/layers/index.md
@@ -1,7 +1,5 @@
# A Guide to TF Layers: Building a Convolutional Neural Network
-Note: This tutorial requires TF v1.0 alpha; see the [Download and Setup page](https://www.tensorflow.org/versions/r1.0/get_started/os_setup) for installation instructions.
-
The TensorFlow [`layers`
module](https://www.tensorflow.org/code/tensorflow/python/layers/layers.py)
provides a high-level API that makes it easy to construct a neural network. It
@@ -12,6 +10,7 @@ convolutional neural network model to recognize the handwritten digits in the
MNIST data set.
![handwritten digits 0–9 from the MNIST data set](../../images/mnist_0-9.png)
+
**The [MNIST dataset](http://yann.lecun.com/exdb/mnist/) comprises 60,000
training examples and 10,000 test examples of the handwritten digits 0–9,
formatted as 28x28-pixel monochrome images.**