Contents:
A tensorboard manager for simplified tensorboard logging.
log_name (Optional[str]) – The name of the tensorboard log run.
The directory where tensorboard logs are saved.
The tensorboard summary writer.
Log metrics to tensorboard.
metrics (Dict[str, float]) – A dictionary mapping metric names to values.
global_step (int) – The step at which the metrics are recorded.
Log images to tensorboard.
tag (str) – The name to give the images in tensorboard.
images (Tensor) – A tensor representing the images to log.
timestep (int) – The timestep at which the images are produced.