Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ORI-Muchim/PolyLangVITS
/ functions
Functions
267 in github.com/ORI-Muchim/PolyLangVITS
⨍
Functions
267
◇
Types & classes
31
Function
chinese_dialect_cleaners
(text)
vits/text/cleaners.py:163
Function
cjke_cleaners
(text)
vits/text/cleaners.py:124
Function
cjke_cleaners2
(text)
vits/text/cleaners.py:137
Function
cjks_cleaners
(text)
vits/text/cleaners.py:109
Function
clip_grad_value_
(parameters, clip_value, norm_type=2)
vits/commons.py:146
Function
expand_numbers
(text)
vits/text/cleaners.py:47
Method
forward
(self, x, x_mask)
vits/attentions.py:35
Method
forward
x: decoder input h: encoder output
vits/attentions.py:77
Method
forward
(self, x, c, attn_mask=None)
vits/attentions.py:138
Method
forward
(self, x, x_mask)
vits/attentions.py:277
Method
forward
(self, x, x_mask, w=None, g=None, reverse=False, noise_scale=1.0)
vits/models.py:50
Method
forward
(self, x, x_mask, g=None)
vits/models.py:118
Method
forward
(self, x, x_lengths)
vits/models.py:167
Method
forward
(self, x, x_mask, g=None, reverse=False)
vits/models.py:202
Method
forward
(self, x, x_lengths, g=None)
vits/models.py:234
Method
forward
(self, x, g=None)
vits/models.py:270
Method
forward
(self, x)
vits/models.py:314
Method
forward
(self, x)
vits/models.py:350
Method
forward
(self, y, y_hat)
vits/models.py:373
Method
forward
(self, x, x_lengths, y, y_lengths, sid=None)
vits/models.py:459
Method
forward
(self, x)
vits/modules.py:29
Method
forward
(self, x, x_mask)
vits/modules.py:60
Method
forward
(self, x, x_mask, g=None)
vits/modules.py:96
Method
forward
(self, x, x_mask, g=None, **kwargs)
vits/modules.py:148
Method
forward
(self, x, x_mask=None)
vits/modules.py:210
Method
forward
(self, x, x_mask=None)
vits/modules.py:243
Method
forward
(self, x, x_mask, reverse=False, **kwargs)
vits/modules.py:260
Method
forward
(self, x, *args, reverse=False, **kwargs)
vits/modules.py:271
Method
forward
(self, x, x_mask, reverse=False, **kwargs)
vits/modules.py:287
Method
forward
(self, x, x_mask, g=None, reverse=False)
vits/modules.py:324
Method
forward
(self, x, x_mask, g=None, reverse=False)
vits/modules.py:363
Function
fused_add_tanh_sigmoid_multiply
(input_a, input_b, n_channels)
vits/commons.py:101
Function
generate_path
duration: [b, 1, t_x] mask: [b, 1, t_y, t_x]
vits/commons.py:128
Function
get_hparams
(init=True)
vits/utils.py:144
Function
get_hparams_from_dir
(model_dir)
vits/utils.py:174
Function
get_hparams_from_file
(config_path)
vits/utils.py:185
Function
get_logger
(model_dir, filename="train.log")
vits/utils.py:214
Function
init_weights
(m, mean=0.0, std=0.01)
vits/commons.py:8
Function
intersperse
(lst, item)
vits/commons.py:24
Function
ipa_cleaners
(text)
vits/text/cleaners.py:208
Function
kl_divergence
KL(P||Q)
vits/commons.py:30
Function
korean_cleaners
Pipeline for Korean text
vits/text/cleaners.py:73
Function
latest_checkpoint_path
(dir_path, regex="G_*.pth")
vits/utils.py:70
Function
load_checkpoint
(checkpoint_path, model, optimizer=None)
vits/utils.py:18
Function
normalize_audio
(audio_path, output)
datasets/integral.py:169
Function
normalize_audio
(audio_path, output)
datasets/integral_low.py:169
Function
plot_alignment_to_numpy
(alignment, info=None)
vits/utils.py:104
Function
plot_spectrogram_to_numpy
(spectrogram)
vits/utils.py:78
Function
rand_gumbel_like
(x)
vits/commons.py:43
Function
rand_slice_segments
(x, x_lengths=None, segment_size=4)
vits/commons.py:57
Method
remove_weight_norm
(self)
vits/models.py:291
Method
remove_weight_norm
(self)
vits/modules.py:178
Method
remove_weight_norm
(self)
vits/modules.py:225
Method
remove_weight_norm
(self)
vits/modules.py:254
Function
run
(rank, n_gpus, hps)
vits/train_ms.py:59
Function
sanskrit_cleaners
(text)
vits/text/cleaners.py:103
Function
save_checkpoint
(model, optimizer, learning_rate, iteration, checkpoint_path)
vits/utils.py:46
Function
sequence_to_text
Converts a sequence of IDs back to a string
vits/text/__init__.py:41
Function
shanghainese_cleaners
(text)
vits/text/cleaners.py:157
Function
shift_1d
(x)
vits/commons.py:116
Function
spectral_de_normalize_torch
(magnitudes)
vits/mel_processing.py:42
Function
subsequent_mask
(length)
vits/commons.py:95
Function
summarize
(writer, global_step, scalars={}, histograms={}, images={}, audios={}, audio_sampling_rate=44100)
vits/utils.py:59
Function
thai_cleaners
(text)
vits/text/cleaners.py:151
Function
unconstrained_rational_quadratic_spline
(inputs, unnormalized_widths,
vits/transforms.py:55
Method
voice_conversion
(self, y, y_lengths, sid_src, sid_tgt)
vits/models.py:525
Function
zh_ja_mixture_cleaners
(text)
vits/text/cleaners.py:93
← previous
201–267 of 267, ranked by callers