August 2017
Intermediate to advanced
288 pages
8h 6m
English
TensorBoard can be started using the following command in the terminal:
$ tensorboard --logdir home/log --port 6006
The following are the major parameters for TensorBoard:
The preceding command will launch the TensorFlow service on localhost at port 6006, as shown in the following screenshot:

The tabs on the TensorBoard capture relevant data generated during graph execution.