MCPcopy Create free account
hub / github.com/OSVAI/ODConv / reset

Method reset

utils/misc.py:41–45  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

39 self.reset()
40
41 def reset(self):
42 self.val = 0
43 self.avg = 0
44 self.sum = 0
45 self.count = 0
46
47 def update(self, val, n=1):
48 self.val = val

Callers 1

__init__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected