Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TPCD/DCCL
/ __init__
Method
__init__
project_utils/cluster_utils.py:120–121 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
118
class
AverageMeter(object):
119
""
"Computes and stores the average and current value"
""
120
def
__init__(self):
121
self.reset()
122
123
def
reset(self):
124
self.val = 0
Callers
nothing calls this directly
Calls
1
reset
Method · 0.95
Tested by
no test coverage detected