MCPcopy Create free account
hub / github.com/cure-lab/deep-active-learning / __init__

Method __init__

utils.py:26–27  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

24 """Computes and stores the average and current value"""
25
26 def __init__(self):
27 self.reset()
28
29 def reset(self):
30 self.val = 0

Callers

nothing calls this directly

Calls 1

resetMethod · 0.95

Tested by

no test coverage detected