Add tensorboard graph visualization link to graph visualization how-to

Change: 115371065
This commit is contained in:
James Wexler 2016-02-23 12:32:01 -08:00 committed by TensorFlower Gardener
parent c9b6b3509f
commit 632a7fdcb9

View File

@ -7,6 +7,11 @@ TensorFlow computation graphs are powerful but complicated. The graph visualizat
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 [TensorBoard: Visualizing Learning](../../how_tos/summaries_and_tensorboard/index.md).
You can interact with an instance of TensorBoard looking at data from a
[CIFAR-10](../../tutorials/deep_cnn/index.md) training session, including the
graph visualization, by clicking
[here](https://www.tensorflow.org/tensorboard/cifar.html#graphs).
## Name scoping and nodes
Typical TensorFlow graphs can have many thousands of nodes--far too many to see