Method__init__(self, n_mels: int, n_ctx: int, n_state: int, n_head: int, n_layer: int)
latentsync/whisper/whisper/model.py:132
Method__init__(self, n_vocab: int, n_ctx: int, n_state: int, n_head: int, n_layer: int)
latentsync/whisper/whisper/model.py:175
Method__init__(
self,
in_channels=4 * 16,
block_out_channels=[64, 128, 256, 256],
downsample
latentsync/models/stable_syncnet.py:173
Method__init__(self, channels, use_conv=False, out_channels=None, padding=1, name="conv")
latentsync/models/resnet.py:79