MCPcopy Create free account
hub / github.com/10Ring/LAA-Net / __init__

Method __init__

lib/core_function.py:16–17  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

14class AverageMeter(object):
15 """Computes and stores the average and current value"""
16 def __init__(self):
17 self.reset()
18
19 def reset(self):
20 self.val = 0

Callers

nothing calls this directly

Calls 1

resetMethod · 0.95

Tested by

no test coverage detected