↓ 8 callersMethod__init__(self, hidden_size, num_layers, ffn_kernel_size=9, dropout=0.0,
num_heads=2, use_pos_embed=Tr
tts/modules/ar_dur/commons/transformer.py:677
↓ 6 callersMethod__init__(self, c, num_heads, dropout, attention_dropout=0.1, relu_dropout=0.1,
kernel_size=9, ffn_hid
tts/modules/ar_dur/commons/rot_transformer.py:544
↓ 5 callersMethod__init__(self, in_channels, out_channels, filter_channels, kernel_size, p_dropout=0., activation=None)
tts/modules/ar_dur/commons/rel_transformer.py:255
↓ 5 callersFunctionload_ckpt(cur_model, ckpt_base_dir, model_name='model', force=True, strict=True,
silent=False, load_opt=F
tts/utils/commons/ckpt_utils.py:80
↓ 3 callersMethodforward_ling_encoder(
self, txt_tokens, ling_feas, char_tokens, ph2char, bert_embed, spk_id, spk_embed, mels_timbre)
tts/modules/ar_dur/ar_dur_predictor.py:87
↓ 2 callersMethod__init__(self, in_channels: int, out_channels: int,
kernel_size: int, stride: int = 1, dilation: int
tts/modules/wavvae/encoder/common_modules/conv.py:122
↓ 2 callersMethodforward(self, resource_context, input_text, time_step, p_w, t_w, dur_disturb=0.1, dur_alpha=1.0, **kwargs)
tts/infer_cli.py:210
↓ 2 callersMethodinfer(self, txt_tokens, ling_feas, char_tokens, ph2char, bert_embed,
spk_id=None, spk_embed=None, mel
tts/modules/ar_dur/ar_dur_predictor.py:265
↓ 1 callersMethod__init__(self, hparams, hidden_size, dec_hidden_size, lm_num_layers, dict_size, code_size)
tts/modules/ar_dur/ar_dur_predictor.py:49
↓ 1 callersMethod__init__(self, channels: int = 1, dimension: int = 128, n_filters: int = 32, n_residual_layers: int = 1,
tts/modules/wavvae/encoder/common_modules/seanet.py:73
↓ 1 callersMethod_absolute_position_to_relative_position x: [b, h, l, l] ret: [b, h, l, 2*l-1]
tts/modules/ar_dur/commons/rel_transformer.py:228
↓ 1 callersMethod_matmul_with_relative_keys x: [b, h, l, d] y: [h or 1, m, d] ret: [b, h, l, m]
tts/modules/ar_dur/commons/rel_transformer.py:187
↓ 1 callersMethod_matmul_with_relative_values x: [b, h, l, m] y: [h or 1, m, d] ret: [b, h, l, d]
tts/modules/ar_dur/commons/rel_transformer.py:178
↓ 1 callersMethod_relative_position_to_absolute_position x: [b, h, l, 2*l-1] ret: [b, h, l, l]
tts/modules/ar_dur/commons/rel_transformer.py:211
↓ 1 callersFunctiondur_pred(self, ctx_dur_tokens, incremental_state_dur_prompt, ph_pred, tone_pred, seg_i, dur_disturb, dur_alpha, is_fir
tts/frontend_function.py:95
↓ 1 callersMethodforward :param x: [B, T, C] :param padding_mask: [B, T] :return: [B, T, C] or [L, B, T, C]
tts/modules/ar_dur/commons/transformer.py:706