Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SooLab/CGFormer
/ reset
Method
reset
utils/misc.py:79–83 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
77
self.reset()
78
79
def
reset(self):
80
self.val = 0
81
self.avg = 0
82
self.sum = 0
83
self.count = 0
84
85
def
update(self, val, n=1):
86
self.val = val
Callers
1
__init__
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected