MCPcopy Create free account
hub / github.com/DIVE128/DMVSNet / __init__

Method __init__

tools.py:19–22  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

17
18class DictAverageMeter(object):
19 def __init__(self):
20 self.sum_data = {}
21 self.avg_data = {}
22 self.count = 0
23
24 def update(self, new_input):
25 self.count += 1

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected