Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/deeplearning-wisc/MOOD
/ reset
Method
reset
utils/msdnet_function.py:95–99 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
93
self.reset()
94
95
def
reset(self):
96
self.val = 0
97
self.avg = 0
98
self.sum = 0
99
self.count = 0
100
101
def
update(self, val, n=1):
102
self.val = val
Callers
1
__init__
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected