↓ 3 callersMethod__init__(self, in_channels, out_channels, filter_channels, kernel_size, p_dropout=0., activation=None, causal=False)
vits/attentions.py:258
↓ 2 callersFunctionmel_spectrogram_torch(y, n_fft, num_mels, sampling_rate, hop_size, win_size, fmin, fmax, center=False)
vits/mel_processing.py:85
↓ 2 callersFunctiontrain_and_evaluate(rank, epoch, hps, nets, optims, schedulers, scaler, loaders, logger, writers)
vits/train_ms.py:131
↓ 1 callersMethod_matmul_with_relative_keys x: [b, h, l, d] y: [h or 1, m, d] ret: [b, h, l, m]
vits/attentions.py:190
↓ 1 callersMethod_matmul_with_relative_values x: [b, h, l, m] y: [h or 1, m, d] ret: [b, h, l, d]
vits/attentions.py:181