MCPcopy Create free account

hub / github.com/bytedance/MegaTTS3 / types & classes

Types & classes69 in github.com/bytedance/MegaTTS3

↓ 8 callersClassConv1d
tts/modules/aligner/whisper_small.py:56
↓ 8 callersClassLayerNorm
Layer normalization module. :param int nout: output dim size :param int dim: dimension to be normalized
tts/modules/ar_dur/commons/layers.py:19
↓ 8 callersClassLinear
tts/modules/aligner/whisper_small.py:47
↓ 5 callersClassLayerNorm
tts/modules/aligner/whisper_small.py:42
↓ 5 callersClassLayerNorm
tts/modules/ar_dur/commons/rel_transformer.py:279
↓ 5 callersClassSConv1d
tts/modules/wavvae/encoder/common_modules/conv.py:121
↓ 3 callersClassMultiheadAttention
tts/modules/ar_dur/commons/transformer.py:152
↓ 3 callersClassResBlockMRFV2
tts/modules/wavvae/decoder/hifigan_modules.py:174
↓ 3 callersClassSinusoidalPositionalEmbedding
This module produces sinusoidal positional embeddings of any length. Padding symbols are ignored.
tts/modules/ar_dur/commons/transformer.py:27
↓ 3 callersClassTransformerFFNLayer
tts/modules/ar_dur/commons/transformer.py:89
↓ 2 callersClassMegaTTS3DiTInfer
tts/infer_cli.py:72
↓ 2 callersClassMultiHeadAttention
tts/modules/aligner/whisper_small.py:84
↓ 2 callersClassPosEmb
tts/modules/ar_dur/commons/nar_tts_modules.py:61
↓ 2 callersClassRelTransformerEncoder
tts/modules/ar_dur/commons/rel_transformer.py:335
↓ 2 callersClassResidualAttentionBlock
tts/modules/aligner/whisper_small.py:134
↓ 2 callersClassRotaryEmbeddings
tts/modules/ar_dur/commons/rot_transformer.py:91
↓ 2 callersClassTokenTextEncoder
Encoder based on a user-supplied vocabulary (file or list).
tts/utils/text_utils/text_encoder.py:121
↓ 2 callersClassUpsample
tts/modules/wavvae/decoder/hifigan_modules.py:35
↓ 1 callersClassARDurPredictor
tts/modules/ar_dur/ar_dur_predictor.py:171
↓ 1 callersClassAdaLNZero
tts/modules/llm_dit/transformer.py:52
↓ 1 callersClassAdaLNZero_Out
tts/modules/llm_dit/transformer.py:66
↓ 1 callersClassArgs
tts/utils/commons/hparams.py:26
↓ 1 callersClassAttention
tts/modules/llm_dit/transformer.py:80
↓ 1 callersClassAudioEncoder
tts/modules/aligner/whisper_small.py:168
↓ 1 callersClassConditionalFlowMatcher
Base class for conditional flow matching methods. This class implements the independent conditional flow matching methods from [1] and serves as a
tts/modules/llm_dit/cfm.py:71
↓ 1 callersClassConvLayerNorm
tts/modules/wavvae/encoder/common_modules/conv.py:96
↓ 1 callersClassConvReluNorm
tts/modules/ar_dur/commons/rel_transformer.py:300
↓ 1 callersClassDecSALayer
tts/modules/ar_dur/commons/transformer.py:543
↓ 1 callersClassDiagonalGaussianDistribution
tts/modules/wavvae/decoder/diag_gaussian.py:18
↓ 1 callersClassDiffusion
tts/modules/llm_dit/dit.py:27
↓ 1 callersClassEncSALayer
tts/modules/ar_dur/commons/transformer.py:500
↓ 1 callersClassEncoder
tts/modules/ar_dur/commons/rel_transformer.py:41
↓ 1 callersClassEncoder
tts/modules/wavvae/decoder/seanet_encoder.py:21
↓ 1 callersClassFFN
tts/modules/ar_dur/commons/rel_transformer.py:254
↓ 1 callersClassFeedForward
tts/modules/llm_dit/transformer.py:130
↓ 1 callersClassGenerator
tts/modules/wavvae/decoder/hifigan_modules.py:228
↓ 1 callersClassLengthRegulator
tts/modules/ar_dur/commons/nar_tts_modules.py:23
↓ 1 callersClassLogitNormalTrainingTimesteps
tts/modules/llm_dit/cfm.py:36
↓ 1 callersClassMultiHeadAttention
tts/modules/ar_dur/commons/rel_transformer.py:100
↓ 1 callersClassNormConv1d
tts/modules/wavvae/encoder/common_modules/conv.py:107
↓ 1 callersClassResBlockMRFV2Inter
tts/modules/wavvae/decoder/hifigan_modules.py:213
↓ 1 callersClassRotDecSALayer
tts/modules/ar_dur/commons/rot_transformer.py:543
↓ 1 callersClassRotDecSALayer2
tts/modules/ar_dur/commons/rot_transformer.py:612
↓ 1 callersClassRotMultiheadAttention
tts/modules/ar_dur/commons/rot_transformer.py:206
↓ 1 callersClassRotMultiheadAttention2
tts/modules/ar_dur/commons/rot_transformer.py:404
↓ 1 callersClassRotTransformerDecoderLayer
tts/modules/ar_dur/commons/rot_transformer.py:622
↓ 1 callersClassSEANetEncoder
tts/modules/wavvae/encoder/common_modules/seanet.py:72
↓ 1 callersClassSEANetResnetBlock
tts/modules/wavvae/encoder/common_modules/seanet.py:41
↓ 1 callersClassSLSTM
LSTM without worrying about the hidden state, nor the layout of the data. Expects input as convolutional layout.
tts/modules/wavvae/encoder/common_modules/lstm.py:34
↓ 1 callersClassSinusPositionEmbedding
tts/modules/llm_dit/time_embedding.py:20
↓ 1 callersClassTextDecoder
tts/modules/aligner/whisper_small.py:201
↓ 1 callersClassTimestepEmbedding
tts/modules/llm_dit/time_embedding.py:34
↓ 1 callersClassTransformer
tts/modules/llm_dit/transformer.py:207
↓ 1 callersClassTransformerBlock
tts/modules/llm_dit/transformer.py:154
↓ 1 callersClassTransformerEncoderLayer
tts/modules/ar_dur/commons/transformer.py:639
↓ 1 callersClassWavVAE_V3
tts/modules/wavvae/decoder/wavvae_v3.py:25
↓ 1 callersClassWhisper
tts/modules/aligner/whisper_small.py:246
ClassAudio2Mel
tts/modules/wavvae/decoder/hifigan_modules.py:99
ClassCodePredictor
tts/modules/ar_dur/ar_dur_predictor.py:48
ClassDownsample
tts/modules/wavvae/decoder/hifigan_modules.py:59
ClassFFTBlocks
tts/modules/ar_dur/commons/transformer.py:676
ClassFastSpeechEncoder
tts/modules/ar_dur/commons/transformer.py:734
ClassPermute
tts/modules/ar_dur/commons/layers.py:50
ClassReshape
tts/modules/ar_dur/commons/layers.py:41
ClassResnetBlock
tts/modules/wavvae/decoder/hifigan_modules.py:149
ClassSinusoidalPositionalEmbedding
This module produces sinusoidal positional embeddings of any length. Padding symbols are ignored.
tts/modules/ar_dur/commons/rot_transformer.py:29
ClassTextEncoder
Base class for converting from ints to/from human readable strings.
tts/utils/text_utils/text_encoder.py:52
ClassTransformerDecoderLayer
tts/modules/ar_dur/commons/transformer.py:654
ClassVariancePreservingConditionalFlowMatcher
Albergo et al. 2023 trigonometric interpolants class. This class inherits the ConditionalFlowMatcher and override the compute_mu_t and compute_con
tts/modules/llm_dit/cfm.py:252