MCPcopy Create free account
hub / github.com/LTH14/mar / __init__

Method __init__

util/misc.py:83–85  ·  view source on GitHub ↗
(self, delimiter="\t")

Source from the content-addressed store, hash-verified

81
82class MetricLogger(object):
83 def __init__(self, delimiter="\t"):
84 self.meters = defaultdict(SmoothedValue)
85 self.delimiter = delimiter
86
87 def update(self, **kwargs):
88 for k, v in kwargs.items():

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected