MCPcopy Create free account
hub / github.com/MoonInTheRiver/DiffSinger / __init__

Method __init__

modules/parallel_wavegan/models/source.py:213–214  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

211 """
212
213 def __init__(self):
214 super(SignalsConv1d, self).__init__()
215
216 def forward(self, signal, system_ir):
217 """ output = forward(signal, system_ir)

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected