aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/keras
diff options
context:
space:
mode:
authorGravatar Mark Daoust <markdaoust@google.com>2017-09-25 07:37:53 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-09-25 07:41:25 -0700
commit02e8eb6125283e93fd640b7a3ea1fef2b68011f0 (patch)
tree82e68b53a48e0f3902903a89d3ef6b297a9e5d2f /tensorflow/contrib/keras
parentd4916a198582e9aa4edc0cdf2c86f5381cb1d204 (diff)
block tf.contrib.keras from the docs
tf.contrib.keras will still have a page, but tf.contrib.keras.* will be gone This will eliminate the `tf.contrib.keras.*` entries in the `Aliases` block on `tf.keras.*` tensorflow.org api pages. PiperOrigin-RevId: 169905660
Diffstat (limited to 'tensorflow/contrib/keras')
-rw-r--r--tensorflow/contrib/keras/__init__.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/tensorflow/contrib/keras/__init__.py b/tensorflow/contrib/keras/__init__.py
index 86eae6ddda..a162f0cb58 100644
--- a/tensorflow/contrib/keras/__init__.py
+++ b/tensorflow/contrib/keras/__init__.py
@@ -15,7 +15,9 @@
# ==============================================================================
"""Implementation of the Keras API meant to be a high-level API for TensorFlow.
-Detailed documentation and user guides are available at
+This module an alias for @{tf.keras}, for backwards compatibility.
+
+Detailed documentation and user guides are also available at
[keras.io](https://keras.io).
"""
from __future__ import absolute_import