EventData

class lib.gui.analysis.event_reader.EventData(timestamp: float = 0.0, loss: list[float] = <factory>)

Bases: object

Holds data collected from Tensorboard Event Files

Parameters:
  • timestamp (float) – The timestamp of the event step (iteration)

  • loss (list[float]) – The loss values collected for A and B sides for the event step

Attributes Summary

timestamp

Attributes Documentation

timestamp: float = 0.0