Method__init__(
self,
in_dim,
out_dim,
n_model_size,
downsample_scales=[1, 2],
fireredtts/modules/semantic_tokenizer/semantic_tokenizer.py:694
Method__init__(
self,
input_shape=None,
input_size=None,
eps=1e-05,
momentum=0.1,
fireredtts/modules/semantic_tokenizer/ecapa_tdnn.py:326
Method__init__(
self,
n_neurons,
input_shape=None,
input_size=None,
bias=True,
fireredtts/modules/semantic_tokenizer/ecapa_tdnn.py:409
Method__init__(
self,
in_channels,
out_channels,
kernel_size,
dilation,
acti
fireredtts/modules/semantic_tokenizer/ecapa_tdnn.py:472
Method__init__(
self,
in_channels,
out_channels,
scale=8,
kernel_size=3,
dil
fireredtts/modules/semantic_tokenizer/ecapa_tdnn.py:520
Method__init__(
self,
in_channels,
out_channels,
res2net_scale=8,
se_channels=128,
fireredtts/modules/semantic_tokenizer/ecapa_tdnn.py:731
Methodforward(self, x, x_len, enable_vq=True, update_codebook=True, masking=False)
fireredtts/modules/acoustic_codec/vector_quantization.py:165
Methodforward(
self,
x,
x_len,
enable_vq=True,
update_codebook=True,
return
fireredtts/modules/acoustic_codec/vector_quantization.py:543
MethodforwardArgs x: shape (b, t, c) c: shape (b, 1, c) attn_mask: shape (b, t, t), bool type attention mask conv_m
fireredtts/modules/flowmatching/estimator_dit.py:239
Methodforward Args: x: shape (b, c, t) c: aux condition, shape (b, c, t) t: shape (b,) attn_mask: (b, t, t)
fireredtts/modules/flowmatching/estimator_dit.py:330
MethodforwardForward function. Args: xs: input tensor (B, L, D) Returns: output tensor, (B, L, D)
fireredtts/modules/flowmatching/upsample_encoder.py:361
Methodforward Args: x: shape (b, t, c) mask: self-attention padded mask, shape (b, 1, t) or (b, t, t) pos_emb: relative
fireredtts/modules/flowmatching/upsample_encoder.py:451
Methodforward Args: xs: shape (b, t, c) xs_lens: shape (b,) attn_mask1: (token level) shape (b, t, t) attn_
fireredtts/modules/flowmatching/upsample_encoder.py:580