MCPcopy Create free account
hub / github.com/atomicarchitects/equiformer_v2 / __init__

Method __init__

engine.py:14–15  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

resetMethod · 0.95

Tested by

no test coverage detected