MCPcopy Create free account
hub / github.com/WeChatCV/WeVisionOne / __init__

Method __init__

WeVisionOne/utils/misc.py:163–164  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

161
162class LossMeter(object):
163 def __init__(self):
164 self.reset()
165
166 def reset(self,):
167 self.losses = {}

Callers

nothing calls this directly

Calls 1

resetMethod · 0.95

Tested by

no test coverage detected