
Get Started With TensorFlow TensorBoard Basics
4 Lessons
TensorBoard is a visualization tool built to help you understand your TensorFlow programs. This course will teach you the basic syntax and semantics of how to add TensorBoard summary writer to your program and then view the visualization of your program. Each lesson is focused on one specific part of the process and you will create a basic TensorFlow graph and then visualize it in the TensorBoard visualization tool.
-
Create TensorFlow Summary File Writer For TensorBoard
Use TensorFlow Summary File Writer (tf.summary.FileWriter) to create a TensorFlow Summary Event File for TensorBoard
4:17
-
Launch TensorFlow TensorBoard
Use the TensorBoard command line utility to launch the TensorFlow TensorBoard web service
1:23
-
Visualize TensorFlow Graph In TensorBoard
Use TensorFlow Summary File Writer (tf.summary.FileWriter) and the TensorBoard command line unitility to visualize a TensorFlow Graph in the TensorBoard web service
4:23
-
Create TensorFlow Name Scopes For TensorBoard
Use TensorFlow Name Scopes (tf.name_scope) to group graph nodes in the TensorBoard web service so that your graph visualization is legible
FREE 6:04