Use tensorboard to visualize tensorflow graph, plot quantitative metrics about the execution of your graph, and show addinal data like images that pass through it.


In [1]:
import tensorboard as tb
import tensorflow as tf

Tensorboard operates by reading Tensorflow event files, which contain summary data that you genertae when running T