Tensorboard - PMatthaei/ma-league GitHub Wiki

Experiments can be configured to visualize metrics in tensorboard. (Models are currently not visualized)

  1. Set use_tensorboard in experiment run parameters to True
  2. Start Tensorboard by running: tensorboard --logdir <project path>/results/tb_logs

Your runs should be listed with timestamp.

Links: https://pytorch.org/tutorials/intermediate/tensorboard_tutorial.html