Update TensorBoard's tutorial on tensorflow.org with information on setting up as...
authorChi Zeng <chizeng@google.com>
Mon, 5 Mar 2018 23:22:07 +0000 (15:22 -0800)
committerTensorFlower Gardener <gardener@tensorflow.org>
Mon, 5 Mar 2018 23:37:02 +0000 (15:37 -0800)
PiperOrigin-RevId: 187933027

tensorflow/docs_src/programmers_guide/summaries_and_tensorboard.md

index 05dfdfd..79280d2 100644 (file)
@@ -16,10 +16,17 @@ TensorBoard is fully configured, it looks like this:
   </iframe>
 </div>
 
-This tutorial is intended to get you started with simple TensorBoard usage.
-There are other resources available as well! The [TensorBoard's GitHub](https://github.com/tensorflow/tensorboard)
-has a lot more information on TensorBoard usage, including tips & tricks, and
-debugging information.
+This 30-minute tutorial is intended to get you started with simple TensorBoard
+usage. It assumes a basic understanding of TensorFlow.
+
+There are other resources available as well! The [TensorBoard GitHub](https://github.com/tensorflow/tensorboard)
+has a lot more information on using individual dashboards within TensorBoard
+including tips & tricks and debugging information.
+
+## Setup
+
+[Install TensorFlow](https://www.tensorflow.org/install/). Installing TensorFlow
+via pip should also automatically install TensorBoard.
 
 ## Serializing the data
 
@@ -214,4 +221,5 @@ corner. Each tab represents a set of serialized data that can be visualized.
 For in depth information on how to use the *graph* tab to visualize your graph,
 see @{$graph_viz$TensorBoard: Graph Visualization}.
 
-For more usage information on TensorBoard in general, see the [TensorBoard's GitHub](https://github.com/tensorflow/tensorboard).
+For more usage information on TensorBoard in general, see the
+[TensorBoard GitHub](https://github.com/tensorflow/tensorboard).