Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ORI-Muchim/PolyLangVITS
/ types & classes
Types & classes
31 in github.com/ORI-Muchim/PolyLangVITS
⨍
Functions
267
◇
Types & classes
31
↓ 9 callers
Class
LayerNorm
vits/modules.py:20
↓ 4 callers
Class
HParams
vits/utils.py:229
↓ 3 callers
Class
MultiHeadAttention
vits/attentions.py:101
↓ 2 callers
Class
FFN
vits/attentions.py:257
↓ 2 callers
Class
SynthesizerTrn
Synthesizer for Training
vits/models.py:390
↓ 2 callers
Class
TextAudioSpeakerLoader
1) loads audio, speaker_id, text pairs 2) normalizes text and converts them to sequences of integers 3) computes spectrograms
vits/data_utils.py:152
↓ 1 callers
Class
DDSConv
Dialted and Depth-Separable Convolution
vits/modules.py:70
↓ 1 callers
Class
DiscriminatorP
vits/models.py:299
↓ 1 callers
Class
DiscriminatorS
vits/models.py:336
↓ 1 callers
Class
DistributedBucketSampler
Maintain similar input lengths in a batch. Length groups are specified by boundaries. Ex) boundaries = [b1, b2, b3] -> any batch is inclu
vits/data_utils.py:296
↓ 1 callers
Class
DurationPredictor
vits/models.py:98
↓ 1 callers
Class
Generator
vits/models.py:244
↓ 1 callers
Class
MultiPeriodDiscriminator
vits/models.py:364
↓ 1 callers
Class
PosteriorEncoder
vits/models.py:212
↓ 1 callers
Class
ResidualCouplingBlock
vits/models.py:179
↓ 1 callers
Class
StochasticDurationPredictor
vits/models.py:17
↓ 1 callers
Class
TextAudioSpeakerCollate
Zero-pads model inputs and targets
vits/data_utils.py:242
↓ 1 callers
Class
TextEncoder
vits/models.py:135
↓ 1 callers
Class
WN
vits/modules.py:111
Class
ConvFlow
vits/modules.py:346
Class
ConvReluNorm
vits/modules.py:35
Class
Decoder
vits/attentions.py:50
Class
ElementwiseAffine
vits/modules.py:280
Class
Encoder
vits/attentions.py:13
Class
Flip
vits/modules.py:270
Class
Log
vits/modules.py:259
Class
ResBlock1
vits/modules.py:187
Class
ResBlock2
vits/modules.py:232
Class
ResidualCouplingLayer
vits/modules.py:298
Class
TextAudioCollate
Zero-pads model inputs and targets
vits/data_utils.py:100
Class
TextAudioLoader
1) loads audio, text pairs 2) normalizes text and converts them to sequences of integers 3) computes spectrograms from audio
vits/data_utils.py:14