aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/slim/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/contrib/slim/README.md')
-rw-r--r--tensorflow/contrib/slim/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/contrib/slim/README.md b/tensorflow/contrib/slim/README.md
index 2d9df8f27e..40f484fd78 100644
--- a/tensorflow/contrib/slim/README.md
+++ b/tensorflow/contrib/slim/README.md
@@ -94,7 +94,7 @@ of thin wrapper functions in
[variables.py](https://www.tensorflow.org/code/tensorflow/contrib/framework/python/ops/variables.py)
which allow callers to easily define variables.
-For example, to create a `weight` variable, initialize it using a truncated
+For example, to create a `weights` variable, initialize it using a truncated
normal distribution, regularize it with an `l2_loss` and place it on the `CPU`,
one need only declare the following: