MCPcopy Create free account
hub / github.com/Kitware/COAT / __init__

Method __init__

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

Source from the content-addressed store, hash-verified

87
88class MetricLogger(object):
89 def __init__(self, delimiter="\t"):
90 self.meters = defaultdict(SmoothedValue)
91 self.delimiter = delimiter
92
93 def update(self, **kwargs):
94 for k, v in kwargs.items():

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected