Tensorboard - PMatthaei/ma-league GitHub Wiki
Experiments can be configured to visualize metrics in tensorboard. (Models are currently not visualized)
- Set
use_tensorboard
in experiment run parameters toTrue
- 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