MCPcopy Create free account
hub / github.com/TPCD/DCCL / __init__

Method __init__

project_utils/general_utils.py:14–15  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

12class AverageMeter(object):
13 """Computes and stores the average and current value"""
14 def __init__(self):
15 self.reset()
16
17 def reset(self):
18

Callers

nothing calls this directly

Calls 1

resetMethod · 0.95

Tested by

no test coverage detected