Method__init__(self, power, simplified, traditional, big_s, big_t)
ace_step/ace_models/lyrics_utils/zh_num2words.py:421
Method__init__(self, value, simplified, traditional, big_s, big_t, alt_s=None, alt_t=None)
ace_step/ace_models/lyrics_utils/zh_num2words.py:457
Method__init__(
self,
input_channels=3,
depths=[3, 3, 9, 3],
dims=[96, 192, 384, 768],
ace_step/music_dcae/music_vocoder.py:183
Method__init__(
self,
*,
hop_length: int = 512,
upsample_rates: Tuple[int] = (8, 8, 2, 2, 2)
ace_step/music_dcae/music_vocoder.py:363
Method__init__(
self,
input_channels: int = 128,
depths: List[int] = [3, 3, 9, 3],
dims: Lis
ace_step/music_dcae/music_vocoder.py:490
MethodforwardForward function. Args: xs: input tensor (B, L, D) Returns: output tensor, (B, L, D)
ace_step/ace_models/lyrics_utils/lyric_encoder.py:160
Methodforward_diffusion_with_temperature(
self, hidden_states, timestep, inputs, tau=0.01, l_min=15, l_max=20
)
ace_step/pipeline_ace_step.py:938