↓ 7 callersMethoddecode(self, token_ids: Union[int, List[int], np.ndarray, torch.Tensor], **kwargs)
musetalk/whisper/whisper/tokenizer.py:140
↓ 3 callersMethod__init__(self, in_features, out_features, norm=False, kernel_size=4, pool=False, sn=False)
musetalk/loss/discriminator.py:11
↓ 3 callersFunctiondatagen(
whisper_chunks,
vae_encode_latents,
batch_size=8,
delay_frame=0,
device="cuda:0",
)
musetalk/utils/utils.py:49
↓ 2 callersMethod__init__(self, cin, cout, kernel_size, stride, padding, residual=False, *args, **kwargs)
musetalk/loss/conv.py:6
↓ 2 callersFunctionget_tokenizer(
multilingual: bool,
*,
task: Optional[str] = None, # Literal["transcribe", "translate", None]
musetalk/whisper/whisper/tokenizer.py:295
↓ 1 callersFunction_gaussian(
size=3, sigma=0.25, amplitude=1, normalize=False, width=None,
height=None, sigma_horz=None,
musetalk/utils/face_detection/utils.py:11