MCPcopy Create free account

hub / github.com/ORI-Muchim/PolyLangVITS / functions

Functions267 in github.com/ORI-Muchim/PolyLangVITS

↓ 13 callersFunctionget_padding
(kernel_size, dilation=1)
vits/commons.py:14
↓ 9 callersMethod__init__
(self, initial_channel, resblock, resblock_kernel_sizes, resblock_dilation_sizes, upsample_rates, upsample_ini
vits/models.py:245
↓ 8 callersMethod__init__
(self, hidden_channels, kernel_size, dilation_rate, n_layers, gin_channels=0, p_dropout=0)
vits/modules.py:112
↓ 6 callersMethoditems
(self)
vits/utils.py:239
↓ 4 callersFunctionchinese_to_bopomofo
(text)
vits/text/mandarin.py:243
↓ 4 callersFunctioncollapse_whitespace
(text)
vits/text/cleaners.py:55
↓ 4 callersFunctionjapanese_to_romaji_with_accent
Reference https://r9y9.github.io/ttslearn/latest/notebooks/ch10_Recipe-Tacotron.html
vits/text/japanese.py:74
↓ 4 callersFunctionlatin_to_bopomofo
(text)
vits/text/mandarin.py:260
↓ 4 callersFunctionnumber_to_chinese
(text)
vits/text/mandarin.py:236
↓ 3 callersMethod__init__
(self, in_channels, out_channels, filter_channels, kernel_size, p_dropout=0., activation=None, causal=False)
vits/attentions.py:258
↓ 3 callersFunctionenglish_to_ipa
(text)
vits/text/english.py:160
↓ 3 callersFunctionlatin_to_hangul
(text)
vits/text/korean.py:89
↓ 3 callersFunctionload_filepaths_and_text
(filename, split="|")
vits/utils.py:138
↓ 3 callersFunctionnumber_to_hangul
Reference https://github.com/Kyubyong/g2pK
vits/text/korean.py:181
↓ 3 callersFunctiontext_to_sequence
Converts a string of text to a sequence of IDs corresponding to the symbols in the text. Args: text: string to convert to a sequence c
vits/text/__init__.py:11
↓ 2 callersMethod_get_relative_embeddings
(self, relative_embeddings, length)
vits/attentions.py:199
↓ 2 callersFunctionchinese_to_lazy_ipa
(text)
vits/text/mandarin.py:297
↓ 2 callersFunctionchinese_to_romaji
(text)
vits/text/mandarin.py:284
↓ 2 callersFunctioncleaned_text_to_sequence
Converts a string of text to a sequence of IDs corresponding to the symbols in the text. Args: text: string to convert to a sequence Ret
vits/text/__init__.py:30
↓ 2 callersFunctionconvert_pad_shape
(pad_shape)
vits/commons.py:18
↓ 2 callersFunctionenergy
(samples)
datasets/integral.py:82
↓ 2 callersFunctionenergy
(samples)
datasets/integral_low.py:82
↓ 2 callersFunctionenglish_to_ipa2
(text)
vits/text/english.py:176
↓ 2 callersFunctionget_real_hatsuon
(text)
vits/text/japanese.py:121
↓ 2 callersFunctionget_real_sokuon
(text)
vits/text/japanese.py:115
↓ 2 callersFunctionget_timing_signal_1d
( length, channels, min_timescale=1.0, max_timescale=1.0e4)
vits/commons.py:67
↓ 2 callersFunctionhangul_number
Reference https://github.com/Kyubyong/g2pK
vits/text/korean.py:102
↓ 2 callersMethodinfer
(self, x, x_lengths, sid=None, noise_scale=1, length_scale=1, noise_scale_w=1., max_len=None)
vits/models.py:499
↓ 2 callersFunctionjapanese_to_ipa
(text)
vits/text/japanese.py:127
↓ 2 callersFunctionjapanese_to_ipa2
(text)
vits/text/japanese.py:138
↓ 2 callersMethodkeys
(self)
vits/utils.py:236
↓ 2 callersFunctionkorean_to_ipa
(text)
vits/text/korean.py:208
↓ 2 callersFunctionkorean_to_lazy_ipa
(text)
vits/text/korean.py:199
↓ 2 callersFunctionload_wav_to_torch
(full_path)
vits/utils.py:133
↓ 2 callersFunctionmel_spectrogram_torch
(y, n_fft, num_mels, sampling_rate, hop_size, win_size, fmin, fmax, center=False)
vits/mel_processing.py:85
↓ 2 callersFunctionnormalize_numbers
(text)
vits/text/english.py:146
↓ 2 callersFunctionsearchsorted
(bin_locations, inputs, eps=1e-6)
vits/transforms.py:47
↓ 2 callersFunctionshanghainese_to_ipa
(text)
vits/text/shanghainese.py:54
↓ 2 callersFunctionspec_to_mel_torch
(spec, n_fft, num_mels, sampling_rate, fmin, fmax)
vits/mel_processing.py:73
↓ 2 callersFunctionspectral_normalize_torch
(magnitudes)
vits/mel_processing.py:37
↓ 2 callersFunctionspectrogram_torch
(y, n_fft, sampling_rate, hop_size, win_size, center=False)
vits/mel_processing.py:51
↓ 2 callersFunctiontrain_and_evaluate
(rank, epoch, hps, nets, optims, schedulers, scaler, loaders, logger, writers)
vits/train_ms.py:131
↓ 1 callersMethod__init__
(self, audiopaths_and_text, hparams)
vits/data_utils.py:20
↓ 1 callersMethod_absolute_position_to_relative_position
x: [b, h, l, l] ret: [b, h, l, 2*l-1]
vits/attentions.py:231
↓ 1 callersMethod_attention_bias_proximal
Bias for self-attention to encourage attention to close positions. Args: length: an integer scalar. Returns: a Tensor with shape [
vits/attentions.py:245
↓ 1 callersMethod_bisect
(self, x, lo=0, hi=None)
vits/data_utils.py:376
↓ 1 callersFunction_clean_text
(text, cleaner_names)
vits/text/__init__.py:50
↓ 1 callersMethod_create_buckets
(self)
vits/data_utils.py:315
↓ 1 callersMethod_filter
Filter text & store spec lengths
vits/data_utils.py:41
↓ 1 callersMethod_filter
Filter text & store spec lengths
vits/data_utils.py:178
↓ 1 callersMethod_matmul_with_relative_keys
x: [b, h, l, d] y: [h or 1, m, d] ret: [b, h, l, m]
vits/attentions.py:190
↓ 1 callersMethod_matmul_with_relative_values
x: [b, h, l, m] y: [h or 1, m, d] ret: [b, h, l, d]
vits/attentions.py:181
↓ 1 callersFunction_number_to_shanghainese
(num)
vits/text/shanghainese.py:39
↓ 1 callersMethod_relative_position_to_absolute_position
x: [b, h, l, 2*l-1] ret: [b, h, l, l]
vits/attentions.py:214
↓ 1 callersMethodattention
(self, query, key, value, mask=None)
vits/attentions.py:148
↓ 1 callersFunctionbopomofo_to_ipa
(text)
vits/text/mandarin.py:272
↓ 1 callersFunctionbopomofo_to_ipa2
(text)
vits/text/mandarin.py:278
↓ 1 callersFunctionbopomofo_to_romaji
(text)
vits/text/mandarin.py:266
↓ 1 callersFunctioncantonese_to_ipa
(text)
vits/text/cantonese.py:49
↓ 1 callersFunctioncheck_audio_length
(parent_folder)
datasets/integral.py:187
↓ 1 callersFunctioncheck_audio_length
(parent_folder)
datasets/integral_low.py:187
↓ 1 callersFunctionchinese_cleaners2
(text)
vits/text/cleaners.py:201
↓ 1 callersFunctionchinese_to_ipa
(text)
vits/text/mandarin.py:304
↓ 1 callersFunctionchinese_to_ipa2
(text)
vits/text/mandarin.py:317
↓ 1 callersFunctioncollapse_whitespace
(text)
vits/text/english.py:94
↓ 1 callersFunctionconvert_mp3_to_wav
(root_dir)
datasets/integral.py:25
↓ 1 callersFunctionconvert_mp3_to_wav
(root_dir)
datasets/integral_low.py:25
↓ 1 callersFunctionconvert_to_ascii
(text)
vits/text/cleaners.py:59
↓ 1 callersFunctioncreate_config
()
datasets/integral.py:363
↓ 1 callersFunctioncreate_config
()
datasets/integral_low.py:363
↓ 1 callersFunctiondevanagari_to_ipa
(text)
vits/text/sanskrit.py:52
↓ 1 callersFunctiondiscriminator_loss
(disc_real_outputs, disc_generated_outputs)
vits/losses.py:18
↓ 1 callersFunctiondivide_hangul
(text)
vits/text/korean.py:95
↓ 1 callersFunctiondynamic_range_compression_torch
PARAMS ------ C: compression factor
vits/mel_processing.py:19
↓ 1 callersFunctiondynamic_range_decompression_torch
PARAMS ------ C: compression factor used to compress
vits/mel_processing.py:28
↓ 1 callersFunctionenglish_cleaners2
Pipeline for English text, including abbreviation expansion. + punctuation + stress
vits/text/cleaners.py:192
↓ 1 callersFunctionenglish_to_lazy_ipa
(text)
vits/text/english.py:169
↓ 1 callersFunctionenglish_to_lazy_ipa2
(text)
vits/text/english.py:184
↓ 1 callersFunctionevaluate
(hps, generator, eval_loader, writer_eval)
vits/train_ms.py:247
↓ 1 callersFunctionexpand_abbreviations
(text)
vits/text/english.py:88
↓ 1 callersFunctionexpand_abbreviations
(text)
vits/text/cleaners.py:41
↓ 1 callersFunctionfeature_loss
(fmap_r, fmap_g)
vits/losses.py:7
↓ 1 callersFunctionfifth_code
(arg2)
datasets/integral.py:338
↓ 1 callersFunctionfifth_code
(arg2)
datasets/integral_low.py:338
↓ 1 callersFunctionfirst_code
()
datasets/integral.py:69
↓ 1 callersFunctionfirst_code
()
datasets/integral_low.py:69
↓ 1 callersFunctionfourth_code
()
datasets/integral.py:327
↓ 1 callersFunctionfourth_code
()
datasets/integral_low.py:327
↓ 1 callersFunctiongenerator_loss
(disc_outputs)
vits/losses.py:34
↓ 1 callersMethodget_audio
(self, filename)
vits/data_utils.py:65
↓ 1 callersMethodget_audio
(self, filename)
vits/data_utils.py:203
↓ 1 callersMethodget_audio_text_pair
(self, audiopath_and_text)
vits/data_utils.py:58
↓ 1 callersMethodget_audio_text_speaker_pair
(self, audiopath_sid_text)
vits/data_utils.py:195
↓ 1 callersMethodget_sid
(self, sid)
vits/data_utils.py:231
↓ 1 callersFunctionget_text
(text, hps)
vits/inferencems.py:21
↓ 1 callersMethodget_text
(self, text)
vits/data_utils.py:83
↓ 1 callersMethodget_text
(self, text)
vits/data_utils.py:221
↓ 1 callersFunctionjapanese_cleaners
(text)
vits/text/cleaners.py:63
↓ 1 callersFunctionjapanese_cleaners2
(text)
vits/text/cleaners.py:69
↓ 1 callersFunctionjapanese_to_ipa3
(text)
vits/text/japanese.py:147
next →1–100 of 267, ranked by callers