MCPcopy
hub / github.com/OpenBMB/VoxCPM / WNCausalConv1d

Function WNCausalConv1d

src/voxcpm/modules/audiovae/audio_vae_v2.py:41–42  ·  view source on GitHub ↗
(*args, **kwargs)

Source from the content-addressed store, hash-verified

39
40
41def WNCausalConv1d(*args, **kwargs):
42 return weight_norm(CausalConv1d(*args, **kwargs))
43
44
45def WNCausalTransposeConv1d(*args, **kwargs):

Callers 6

__init__Method · 0.70
__init__Method · 0.70
__init__Method · 0.70
__init__Method · 0.70
__init__Method · 0.70
__init__Method · 0.70

Calls 1

CausalConv1dClass · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…