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

Method __init__

modules/commons/common_layers.py:526–528  ·  view source on GitHub ↗
(self, c)

Source from the content-addressed store, hash-verified

524
525class BatchNorm1dTBC(nn.Module):
526 def __init__(self, c):
527 super(BatchNorm1dTBC, self).__init__()
528 self.bn = nn.BatchNorm1d(c)
529
530 def forward(self, x):
531 """

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected