Method__init__(self, in_features, out_features, alpha=1.0, alpha_trainable=True, alpha_logscale=True)
soulxpodcast/models/modules/flow_components/estimator.py:57
Method__init__(self, channels, use_conv=False, use_conv_transpose=True, out_channels=None, name="conv")
soulxpodcast/models/modules/flow_components/estimator.py:452
Method__init__(
self,
in_channels,
out_channels,
channels=(256, 256),
dropout=0.05,
soulxpodcast/models/modules/flow_components/estimator.py:559
Method__init__(self, samp_rate, harmonic_num=0,
sine_amp=0.1, noise_std=0.003,
voiced_thre
soulxpodcast/models/modules/hifigan_components/layers.py:169
Method__init__(self, sampling_rate, upsample_scale, harmonic_num=0, sine_amp=0.1,
add_noise_std=0.003, voic
soulxpodcast/models/modules/hifigan_components/layers.py:236
Method__init__(self, samp_rate, upsample_scale, harmonic_num=0,
sine_amp=0.1, noise_std=0.003,
soulxpodcast/models/modules/hifigan_components/layers.py:286
Method__init__(self, sampling_rate, upsample_scale, harmonic_num=0, sine_amp=0.1,
add_noise_std=0.003, voic
soulxpodcast/models/modules/hifigan_components/layers.py:404
MethodforwardForward function. Args: xs: input tensor (B, L, D) Returns: output tensor, (B, L, D)
soulxpodcast/models/modules/flow_components/upsample_encoder.py:700
Methodforward :param f0: [B, 1, sample_len], Hz :return: [B, 1, sample_len]
soulxpodcast/models/modules/hifigan_components/layers.py:185
Methodforward Sine_source, noise_source = SourceModuleHnNSF(F0_sampled) F0_sampled (batchsize, length, 1) Sine_source (batchsize, length, 1
soulxpodcast/models/modules/hifigan_components/layers.py:251
Methodforward Sine_source, noise_source = SourceModuleHnNSF(F0_sampled) F0_sampled (batchsize, length, 1) Sine_source (batchsize, length, 1
soulxpodcast/models/modules/hifigan_components/layers.py:419