Method__init__(self, block=Bottleneck, layers=[3, 8, 36, 3], num_classes=68)
musetalk/utils/face_detection/models.py:206
Method__init__(self, in_chan, out_chan, ks=3, stride=1, padding=1, *args, **kwargs)
musetalk/utils/face_parsing/model.py:15
Method__init__(self, n_mels: int, n_ctx: int, n_state: int, n_head: int, n_layer: int)
musetalk/whisper/whisper/model.py:132
Method__init__(self, n_vocab: int, n_ctx: int, n_state: int, n_head: int, n_layer: int)
musetalk/whisper/whisper/model.py:175
Method__init__(
self,
in_channels=4 * 16,
block_out_channels=[64, 128, 256, 256],
downsample
musetalk/models/syncnet.py:184
Method__init__(self, num_channels=3, block_expansion=64, num_blocks=4, max_features=512,
sn=False, **kwargs
musetalk/loss/discriminator.py:40
Method__init__(self, cin, cout, kernel_size, stride, padding, residual=False, *args, **kwargs)
musetalk/loss/conv.py:22
Method__init__(self, cin, cout, kernel_size, stride, padding, output_padding=0, *args, **kwargs)
musetalk/loss/conv.py:34
Functionbboxlog(x1, y1, x2, y2, axc, ayc, aww, ahh)
musetalk/utils/face_detection/detection/sfd/bbox.py:30
Functionbboxloginv(dx, dy, dw, dh, axc, ayc, aww, ahh)
musetalk/utils/face_detection/detection/sfd/bbox.py:37