↓ 1 callersMethod_absolute_position_to_relative_position x: [b, h, l, l] ret: [b, h, l, 2*l-1]
src/piper/train/vits/attentions.py:333
↓ 1 callersMethod_matmul_with_relative_keys x: [b, h, l, d] y: [h or 1, m, d] ret: [b, h, l, m]
src/piper/train/vits/attentions.py:283
↓ 1 callersMethod_matmul_with_relative_values x: [b, h, l, m] y: [h or 1, m, d] ret: [b, h, l, d]
src/piper/train/vits/attentions.py:274
↓ 1 callersMethod_relative_position_to_absolute_position x: [b, h, l, 2*l-1] ret: [b, h, l, l]
src/piper/train/vits/attentions.py:311
↓ 1 callersFunctionkl_loss z_p, logs_q: [b, h, t_t] m_p, logs_p: [b, h, t_t]
src/piper/train/vits/losses.py:43
↓ 1 callersFunctionmel_spectrogram_torch(
y, n_fft, num_mels, sampling_rate, hop_size, win_size, fmin, fmax, center=False
)
src/piper/train/vits/mel_processing.py:93