MCPcopy Create free account
hub / github.com/NVIDIA/semantic-segmentation / __init__

Method __init__

utils/misc.py:487–488  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

485class AverageMeter(object):
486
487 def __init__(self):
488 self.reset()
489
490 def reset(self):
491 self.val = 0

Callers

nothing calls this directly

Calls 1

resetMethod · 0.95

Tested by

no test coverage detected