aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/layers/__init__.py
diff options
context:
space:
mode:
authorGravatar Patrick Nguyen <drpng@google.com>2016-09-28 20:24:26 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2016-09-28 21:35:59 -0700
commit8898d172f51d94cde33ad990f0c7804c07efcec4 (patch)
tree75fe95d42d2683ac2283d03ae594af7748d43953 /tensorflow/contrib/layers/__init__.py
parentc85777c2d1686762f8279c89ee6828847105d7e2 (diff)
Fix symbol names in documentation.
Change: 134620101
Diffstat (limited to 'tensorflow/contrib/layers/__init__.py')
-rw-r--r--tensorflow/contrib/layers/__init__.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tensorflow/contrib/layers/__init__.py b/tensorflow/contrib/layers/__init__.py
index 0c091afb26..679014715f 100644
--- a/tensorflow/contrib/layers/__init__.py
+++ b/tensorflow/contrib/layers/__init__.py
@@ -42,7 +42,8 @@ available: `relu`, `relu6` and `linear`.
## Regularizers
Regularization can help prevent overfitting. These have the signature
-`fn(weights)`. The loss is typically added to `tf.GraphKeys.REGULARIZATION_LOSS`
+`fn(weights)`. The loss is typically added to
+`tf.GraphKeys.REGULARIZATION_LOSSES`.
@@apply_regularization
@@l1_regularizer