Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MoonInTheRiver/DiffSinger
/ __init__
Method
__init__
utils/__init__.py:30–31 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
28
class
AvgrageMeter(object):
29
30
def
__init__(self):
31
self.reset()
32
33
def
reset(self):
34
self.avg = 0
Callers
nothing calls this directly
Calls
1
reset
Method · 0.95
Tested by
no test coverage detected