MCPcopy Create free account
hub / github.com/FireRedTeam/FireRedTTS / __init__

Method __init__

fireredtts/modules/acoustic_codec/bigcodec.py:517–564  ·  view source on GitHub ↗
(
        self,
        in_channels=1024,
        upsample_initial_channel=1536,
        ngf=48,
        use_rnn=True,
        rnn_bidirectional=False,
        rnn_num_layers=2,
        up_ratios=(5, 5, 2, 2, 2),
        dilations=(1, 3, 9),
        causal=False,
        delay=0,
    )

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 7

reset_parametersMethod · 0.95
WNConv1dFunction · 0.85
ResLSTMClass · 0.85
DecoderBlockClass · 0.70
SnakeBetaClass · 0.70
Activation1dClass · 0.50
__init__Method · 0.45

Tested by

no test coverage detected