April 2017
Intermediate to advanced
320 pages
7h 46m
English
As explained, TensorFlow uses the computation graph to execute an application, where each node represents an operation and the arcs are the data between operations. The main idea in TensorBoard is to associate the so-called summary with nodes (operations) of the graph.
Running the code, the summary operations will serialize the data of the node that is associated with it, and output the data, into a file that can be read by TensorBoard.
Then we can run TensorBoard and visualize the summarized operations. The workflow when using TensorBoard is:
Read now
Unlock full access