Method__init__(self, generator, discriminator, mel_spec_transform,
multi_mel_spectral_recon_loss_weight=45,
inspiremusic/hifigan/hifigan.py:9
Method__init__(self, sampling_rate, upsample_scale, harmonic_num=0, sine_amp=0.1,
add_noise_std=0.003, voic
inspiremusic/hifigan/generator.py:189
Method__init__(self, model_dir, load_jit=True, load_onnx=False, dtype = "fp16", fast = False, fp16=True, hub="modelscope", r
inspiremusic/cli/inspiremusic.py:26
Method__init__(self, dim: int, kernel_sizes: tp.List[int] = [3, 1], dilations: tp.List[int] = [1, 1],
activ
inspiremusic/wavtokenizer/encoder/modules/seanet.py:36
Method__init__(self, channels: int = 1, dimension: int = 128, n_filters: int = 32, n_residual_layers: int = 1,
inspiremusic/wavtokenizer/encoder/modules/seanet.py:174
Method__init__(self, dim, hidden_scale: float = 4., num_heads: int = 8, num_layers: int = 5,
max_period: fl
inspiremusic/wavtokenizer/encoder/modules/transformer.py:77
Method__init__(self, *args, causal: bool = False, norm: str = 'none',
norm_kwargs: tp.Dict[str, tp.Any] = {
inspiremusic/wavtokenizer/encoder/modules/conv.py:112
Method__init__(self, *args, norm: str = 'none',
norm_kwargs: tp.Dict[str, tp.Any] = {}, **kwargs)
inspiremusic/wavtokenizer/encoder/modules/conv.py:129
Method__init__(self, *args, causal: bool = False, norm: str = 'none',
norm_kwargs: tp.Dict[str, tp.Any] = {
inspiremusic/wavtokenizer/encoder/modules/conv.py:146
Method__init__(self, *args, norm: str = 'none',
norm_kwargs: tp.Dict[str, tp.Any] = {}, **kwargs)
inspiremusic/wavtokenizer/encoder/modules/conv.py:163
Method__init__(self, in_channels: int, out_channels: int,
kernel_size: int, stride: int = 1, causal: bool =
inspiremusic/wavtokenizer/encoder/modules/conv.py:218
Method__init__(
self, sample_rate: int = 24000, n_fft: int = 1024, hop_length: int = 256, n_mels: int = 100,
)
inspiremusic/wavtokenizer/decoder/loss.py:17
Method__init__(self, periods: Tuple[int] = (2, 3, 5, 7, 11), num_embeddings: int = None)
inspiremusic/wavtokenizer/decoder/discriminators.py:20
Method__init__(
self,
resolution: Tuple[int, int, int],
channels: int = 64,
in_channels: int
inspiremusic/wavtokenizer/decoder/discriminators.py:142
Method__init__(self, *, in_channels, out_channels=None, conv_shortcut=False,
dropout, temb_channels=512)
inspiremusic/wavtokenizer/decoder/models.py:20
Method__init__(
self, input_channels, dim, num_blocks, layer_scale_init_value=None,
)
inspiremusic/wavtokenizer/decoder/models.py:251
Method__init__(
self, dim: int, mdct_frame_len: int, padding: str = "same", sample_rate: int = None, clip_audio: boo
inspiremusic/wavtokenizer/decoder/heads.py:85
Method__init__(self, sample_rate=24000, n_fft=1024, hop_length=256, n_mels=100, padding="center")
inspiremusic/wavtokenizer/decoder/feature_extractors.py:53