MCPcopy Create free account
hub / github.com/Walter0807/MotionBERT / __init__

Method __init__

lib/utils/learning.py:10–11  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

resetMethod · 0.95

Tested by

no test coverage detected