nip.stat_logger.DummyStatLogger

nip.stat_logger.DummyStatLogger#

class nip.stat_logger.DummyStatLogger[source]#

A dummy logger that does nothing.

Methods Summary

log(to_log[, step])

Log some statistics.

Methods

log(to_log: dict, step: int | None = None)[source]#

Log some statistics.

Parameters:
  • to_log (dict) – The statistics to log.

  • step (int, optional) – The step at which the statistics are to be logged.