Tensorboard is a tool for visualizing the output from the training of a model with Keras (view example on how to generate log file on theExamples page) or Tensorflow.
tensorboard --logdir ./logs/
If you use if like this, you need to place the event files for different training runs in subdirectories of the logs directory.