aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/losses/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/contrib/losses/README.md')
-rw-r--r--tensorflow/contrib/losses/README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/tensorflow/contrib/losses/README.md b/tensorflow/contrib/losses/README.md
index 7b73c4483a..dcda898ed8 100644
--- a/tensorflow/contrib/losses/README.md
+++ b/tensorflow/contrib/losses/README.md
@@ -1,7 +1,13 @@
# TensorFlow contrib losses.
+## Deprecated
+
+This module is deprecated. Instructions for updating: Use tf.losses instead.
+
## losses
+Note: By default all the losses are collected into the GraphKeys.LOSSES collection.
+
Loss operations for use in training models, typically with signature like the
following: