Time

class cockpit.quantities.Time(track_schedule, verbose=False)[source]

Time Quantity Class tracking the time during training.

Initialization sets the tracking schedule & creates the output dict.

Parameters
  • track_schedule (callable) – Function that maps the global_step to a boolean, which determines if the quantity should be computed.

  • verbose (bool, optional) – Turns on verbose mode. Defaults to False.