↓ 1 callersFunctionkl_loss z_p, logs_q: [b, h, t_t] m_p, logs_p: [b, h, t_t]
GPT_SoVITS/module/losses.py:45
↓ 1 callersFunctionlogits_to_probs(
logits,
previous_tokens=None,
temperature: float = 1.0,
top_k=None,
top_p=None,
repe
GPT_SoVITS/AR/models/t2s_model_onnx.py:26
↓ 1 callersFunctionmulti_head_attention_forward_patched(
query,
key,
value,
embed_dim_to_check: int,
num_heads: int,
in_proj_weight,
GPT_SoVITS/AR/modules/patched_mha_with_cache_onnx.py:7
↓ 1 callersFunctionprepare_onnx_input(
tokenizer,
labels: List[str],
char2phonemes: Dict[str, List[int]],
chars: List[str],
tex
GPT_SoVITS/text/g2pw/dataset.py:30