August 2019
Intermediate to advanced
202 pages
5h 9m
English
TensorBoard's graph dashboard provides the capability to visualize and examine a TensorFlow model. We can use this to quickly view the conceptual graph of a model's structure to verify its design or view an op-level graph to understand how TensorFlow understands and executes a program. Examining an op-level graph can also give an insight into how to redesign a model for a more optimal runtime.
Viewing an op-level graph is very simple in TF 2.0 with the following steps:
Read now
Unlock full access