MCPcopy Create free account
hub / github.com/alinlab/SelfPatch / __init__

Method __init__

utils.py:294–296  ·  view source on GitHub ↗
(self, delimiter="\t")

Source from the content-addressed store, hash-verified

292
293class MetricLogger(object):
294 def __init__(self, delimiter="\t"):
295 self.meters = defaultdict(SmoothedValue)
296 self.delimiter = delimiter
297
298 def update(self, **kwargs):
299 for k, v in kwargs.items():

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected