↓ 6 callersMethod__init__(self, h, channels, kernel_size=3, dilation=(1, 3, 5))
generator/hifigan/hifigan.py:18
Method__init__(
self,
dim,
codebook_size,
kmeans_init=False,
kmeans_iters=10,
vector_quantizer/vector_quantize.py:77
Method__init__(
self,
input_dim,
codebook_size,
codebook_dim,
commitment=0.005,
vector_quantizer/vector_quantize.py:278
Method__init__(
self,
input_dim,
codebook_size,
codebook_dim,
commitment=0.005,
vector_quantizer/factorized_vector_quantize.py:23
Method__init__(
self,
dim: int,
kernel_size: int = 3,
dilation: Tuple[int, int, int] = (1, 3
generator/vocos/vocos.py:576
Methodforward Args: x (Tensor): Input tensor of shape (B, L, H), where B is the batch size, L is the sequence length, a
generator/vocos/vocos.py:302
Methodforward Args: x (Tensor): Input tensor of shape (B, C, L), where B is the batch size, C denotes output features,
generator/vocos/vocos.py:707