MCPcopy Create free account
hub / github.com/bic-L/MaxFormer / __init__

Method __init__

event/utils.py:74–76  ·  view source on GitHub ↗
(self, delimiter="\t")

Source from the content-addressed store, hash-verified

72
73class MetricLogger(object):
74 def __init__(self, delimiter="\t"):
75 self.meters = defaultdict(SmoothedValue)
76 self.delimiter = delimiter
77
78 def update(self, **kwargs):
79 for k, v in kwargs.items():

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected