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
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
@@ -5,7 +5,7 @@ TensorFlow computation graphs are powerful but complicated. The graph visualizat
5
5

6
6
*Visualization of a TensorFlow graph.*
7
7
8
-
To see your own graph, run TensorBoard pointing it to the log directory of the job, click on the graph tab on the top pane and select the appropriate run using the menu at the upper left corner. For in depth information on how to run TensorBoard and make sure you are logging all the necessary information, see [Summaries and TensorBoard](../summaries_and_tensorboard/index.md).
8
+
To see your own graph, run TensorBoard pointing it to the log directory of the job, click on the graph tab on the top pane and select the appropriate run using the menu at the upper left corner. For in depth information on how to run TensorBoard and make sure you are logging all the necessary information, see [Summaries and TensorBoard](../../how_tos/summaries_and_tensorboard/index.md).
9
9
10
10
## Name scoping and nodes <aclass="md-anchor"id="AUTOGENERATED-name-scoping-and-nodes"></a>
#### Aside: How clean shut-down when limiting epochs works <aclass="md-anchor"id="AUTOGENERATED-aside--how-clean-shut-down-when-limiting-epochs-works"></a>
361
361
@@ -493,4 +493,4 @@ This is what is done in
493
493
494
494
You can have the train and eval in the same graph in the same process, and share
0 commit comments