MCPcopy
hub / github.com/Audio-AGI/AudioSep / __init__

Method __init__

models/CLAP/training/train.py:25–26  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

23 """Computes and stores the average and current value"""
24
25 def __init__(self):
26 self.reset()
27
28 def reset(self):
29 self.val = 0

Callers

nothing calls this directly

Calls 1

resetMethod · 0.95

Tested by

no test coverage detected