aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tensorboard/components/tf_dashboard_common/tf-no-data-warning.html
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/tensorboard/components/tf_dashboard_common/tf-no-data-warning.html')
-rw-r--r--tensorflow/tensorboard/components/tf_dashboard_common/tf-no-data-warning.html9
1 files changed, 4 insertions, 5 deletions
diff --git a/tensorflow/tensorboard/components/tf_dashboard_common/tf-no-data-warning.html b/tensorflow/tensorboard/components/tf_dashboard_common/tf-no-data-warning.html
index dbc1dc5c5f..c90efac1d6 100644
--- a/tensorflow/tensorboard/components/tf_dashboard_common/tf-no-data-warning.html
+++ b/tensorflow/tensorboard/components/tf_dashboard_common/tf-no-data-warning.html
@@ -34,10 +34,9 @@ Display a warning when there is no data found.
and pass the graph either via the constructor, or by calling its
<code>add_graph()</code> method.
You may want to check out the
- <a href="https://www.tensorflow.org/versions/master/how_tos/graph_viz/index.html">
+ <a href="https://www.tensorflow.org/get_started/graph_viz">
graph visualizer tutorial
- </a>
- .
+ </a>.
</p>
</template>
<template is="dom-if" if="[[_isProjector(dataType)]]">
@@ -53,7 +52,7 @@ Display a warning when there is no data found.
<li>
You are not saving any checkpoint. To save your model,
create a
- <a href="https://www.tensorflow.org/versions/master/api_docs/python/state_ops.html#Saver">
+ <a href="https://www.tensorflow.org/api_docs/python/tf/train/Saver">
<code>tf.train.Saver</code>
</a>
and save your model periodically
@@ -86,7 +85,7 @@ Display a warning when there is no data found.
README
</a>
and perhaps the
- <a href="https://www.tensorflow.org/versions/master/how_tos/summaries_and_tensorboard/index.html">
+ <a href="https://www.tensorflow.org/get_started/summaries_and_tensorboard">
TensorBoard tutorial
</a>.
</p>