aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/examples/learn/wide_n_deep_tutorial.py
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/examples/learn/wide_n_deep_tutorial.py')
-rw-r--r--tensorflow/examples/learn/wide_n_deep_tutorial.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/tensorflow/examples/learn/wide_n_deep_tutorial.py b/tensorflow/examples/learn/wide_n_deep_tutorial.py
index 072353392a..e447b3e24e 100644
--- a/tensorflow/examples/learn/wide_n_deep_tutorial.py
+++ b/tensorflow/examples/learn/wide_n_deep_tutorial.py
@@ -12,10 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# ==============================================================================
-"""Example code for TensorFlow Wide & Deep Tutorial using TF High Level API.
-
-This example uses APIs in Tensorflow 1.4 or above.
-"""
+"""Example code for TensorFlow Wide & Deep Tutorial using TF.Learn API."""
from __future__ import absolute_import
from __future__ import division
from __future__ import print_function