You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Changes:
- Updates to Documentation, README.md, installation
instructions, anchor links, etc.
- Adds Readme for embedding directory.
Base CL: 107308461
Copy file name to clipboardExpand all lines: tensorflow/g3doc/how_tos/graph_viz/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# TensorBoard: Visualizing Your Graph
1
+
# TensorBoard: Graph Visualization
2
2
3
3
TensorFlow computation graphs are powerful but complicated. The graph visualization can help you understand and debug them. Here's an example of the visualization at work.
TensorFlow's feed mechanism lets you inject data into any Tensor in a
31
31
computation graph. A python computation can thus feed data directly into the
@@ -267,7 +267,8 @@ summary to the graph that indicates how full the example queue is. If you have
267
267
enough reading threads, that summary will stay above zero. You can
268
268
[view your summaries as training progresses using TensorBoard](../summaries_and_tensorboard/index.md).
269
269
270
-
### Creating threads to prefetch using `QueueRunner` objects <divclass="md-anchor"id="QueueRunner">{#QueueRunner}</div>
270
+
<aname="QueueRunner"></a>
271
+
### Creating threads to prefetch using `QueueRunner` objects <divclass="md-anchor"id="AUTOGENERATED-creating-threads-to-prefetch-using--queuerunner--objects">{#AUTOGENERATED-creating-threads-to-prefetch-using--queuerunner--objects}</div>
271
272
272
273
The short version: many of the `tf.train` functions listed above add
273
274
[`QueueRunner`](../../api_docs/python/train.md#QueueRunner) objects to your
0 commit comments