Stats and Tensorboard logging
We have implemented a wrapper on Tensorboard's SummaryWriter for logging stats to Tensorboard (TB) which makes it easy to use the utility to save TB events and visualize on TB later for tracking the progress of your training experiment. We also have the Azure ML and stdout writers to be able to write out your stats to the logs.
Usage is demonstrated here:
global_stats
is a singleton variable that can be used across entire application to log stats.
#
Write out stats you care about#
Check Tensorboard logsFor more info on stats, check the stat module docstring in pymarlin API section