MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / __init__

Method __init__

tensorflow/python/keras/callbacks.py:643–645  ·  view source on GitHub ↗
(self, stateful_metrics=None)

Source from the content-addressed store, hash-verified

641 """
642
643 def __init__(self, stateful_metrics=None):
644 super(BaseLogger, self).__init__()
645 self.stateful_metrics = set(stateful_metrics or [])
646
647 def on_epoch_begin(self, epoch, logs=None):
648 self.seen = 0

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected