MCPcopy Create free account
hub / github.com/Closed11/Unsupervised-Image-Classification / __init__

Method __init__

UIC/util.py:7–8  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

5class AverageMeter(object):
6 """ Computes and stores the average and current value """
7 def __init__(self):
8 self.reset()
9
10 def reset(self):
11 self.val = 0

Callers

nothing calls this directly

Calls 1

resetMethod · 0.95

Tested by

no test coverage detected