MCPcopy
hub / github.com/yerfor/GeneFacePlusPlus / __init__

Method __init__

modules/audio2motion/transformer_base.py:61–63  ·  view source on GitHub ↗
(self, *args)

Source from the content-addressed store, hash-verified

59
60class Reshape(nn.Module):
61 def __init__(self, *args):
62 super(Reshape, self).__init__()
63 self.shape = args
64
65 def forward(self, x):
66 return x.view(self.shape)

Callers 14

__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected