April 2017
Intermediate to advanced
320 pages
7h 46m
English
To run TensorBoard, open the terminal in the folder where the code was executed. Then digit the following command:
$> tensorboard --logdir= 'log_simple_stats_softmax'
Once TensorBoard is running, navigate your web browser to localhost:6006 to view the TensorBoard starting page.
When looking at TensorBoard, you will see the navigation tabs in the top right-corner. Each tab represents a set of serialized data that can be visualized.
The following figure shows the computational graph for the implemented classifier:

Read now
Unlock full access