MCPcopy Create free account
hub / github.com/deeplearning-wisc/MOOD / __init__

Method __init__

utils/msdnet_function.py:92–93  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

90 """Computes and stores the average and current value"""
91
92 def __init__(self):
93 self.reset()
94
95 def reset(self):
96 self.val = 0

Callers

nothing calls this directly

Calls 1

resetMethod · 0.95

Tested by

no test coverage detected