Method__init__(
self,
input_channel,
channels,
rates,
kernel_sizes,
d_out: i
sparktts/modules/encoder_decoder/wave_generator.py:57
Method__init__(
self,
channels,
kernel_size=1,
stride=1,
padding=0,
dilation
sparktts/modules/speaker/ecapa_tdnn.py:33
Method__init__(
self,
in_channels,
out_channels,
kernel_size=1,
stride=1,
pa
sparktts/modules/speaker/ecapa_tdnn.py:91
Method__init__(self, channels, kernel_size, stride, padding, dilation, scale)
sparktts/modules/speaker/ecapa_tdnn.py:137
Method__init__(
self,
channels=512,
feat_dim=80,
embed_dim=192,
pooling_func="ASTP",
sparktts/modules/speaker/ecapa_tdnn.py:154
Method__init__(
self,
dim,
*,
dim_context=None,
causal=False,
dim_head=64,
sparktts/modules/speaker/perceiver_encoder.py:255
Method__init__(
self,
*,
dim,
depth=2,
dim_context=None,
num_latents=32,
sparktts/modules/speaker/perceiver_encoder.py:298
Method__init__(
self,
input_channels,
dim,
num_blocks,
layer_scale_init_value=None,
sparktts/modules/blocks/vocos.py:349
Methodforward x: a 3-dimensional tensor in tdnn-based architecture (B,F,T) or a 4-dimensional tensor in resnet architecture (B,C,F,T)
sparktts/modules/speaker/pooling_layers.py:119
Methodforward Args: x (Tensor): Input tensor of shape (B, C, L), where B is the batch size, C denotes output features,
sparktts/modules/blocks/vocos.py:260