MCPcopy Create free account

hub / github.com/SillyTavern/SillyTavern-Extras / types & classes

Types & classes788 in github.com/SillyTavern/SillyTavern-Extras

↓ 49 callersClassBlockArgs
talkinghead/tha3/nn/util.py:22
↓ 41 callersClassFairseqDropout
modules/voice_conversion/fairseq/modules/fairseq_dropout.py:16
↓ 37 callersClassInstanceNorm2dFactory
talkinghead/tha3/nn/normalization.py:90
↓ 24 callersClassPrependTokenDataset
modules/voice_conversion/fairseq/data/prepend_token_dataset.py:12
↓ 24 callersClassReLUFactory
talkinghead/tha3/nn/nonlinearity_factory.py:8
↓ 17 callersClassConcatDataset
modules/voice_conversion/fairseq/data/concat_dataset.py:14
↓ 14 callersClassNumelDataset
modules/voice_conversion/fairseq/data/numel_dataset.py:12
↓ 14 callersClassTokenBlockDataset
Break a Dataset of tokens into blocks. Args: dataset (~torch.utils.data.Dataset): dataset to break into blocks sizes (List[int]):
modules/voice_conversion/fairseq/data/token_block_dataset.py:13
↓ 13 callersClassLeakyReLUFactory
talkinghead/tha3/nn/nonlinearity_factory.py:16
↓ 12 callersClassLanguagePairDataset
A pair of torch.utils.data.Datasets. Args: src (torch.utils.data.Dataset): source dataset to wrap src_sizes (List[int]): sou
modules/voice_conversion/fairseq/data/language_pair_dataset.py:168
↓ 11 callersClassPadDataset
modules/voice_conversion/fairseq/data/pad_dataset.py:11
↓ 10 callersClassNestedDictionaryDataset
modules/voice_conversion/fairseq/data/nested_dictionary_dataset.py:47
↓ 9 callersClassAppendTokenDataset
modules/voice_conversion/fairseq/data/append_token_dataset.py:12
↓ 9 callersClassIdDataset
modules/voice_conversion/fairseq/data/id_dataset.py:11
↓ 9 callersClassLayerNorm
modules/voice_conversion/rvc/infer_pack/modules.py:20
↓ 9 callersClassStripTokenDataset
modules/voice_conversion/fairseq/data/strip_token_dataset.py:9
↓ 9 callersClassTransformerDecoder
modules/voice_conversion/fairseq/models/transformer/transformer_decoder.py:456
↓ 8 callersClassMultiheadAttention
Multi-headed attention. See "Attention Is All You Need" for more details.
modules/voice_conversion/fairseq/modules/multihead_attention.py:63
↓ 8 callersClassSortDataset
modules/voice_conversion/fairseq/data/sort_dataset.py:11
↓ 8 callersClassTransposeLast
modules/voice_conversion/fairseq/modules/transpose_last.py:12
↓ 6 callersClassEditor07
talkinghead/tha3/nn/editor/editor_07.py:47
↓ 6 callersClassRightPadDataset
modules/voice_conversion/fairseq/data/pad_dataset.py:29
↓ 6 callersClassRunningAverage
A simple running average, for things like FPS (frames per second) counters.
talkinghead/tha3/app/util.py:301
↓ 6 callersClassTwoAlgoFaceBodyRotator05
talkinghead/tha3/nn/two_algo_body_rotator/two_algo_face_body_rotator_05.py:45
↓ 6 callersClassUnorderedConstraintState
Records progress through the set of constraints for each item in the beam using a trie.
modules/voice_conversion/fairseq/token_generation_constraints.py:202
↓ 5 callersClassCTCDecoder
modules/voice_conversion/fairseq/models/speech_to_speech/modules/ctc_decoder.py:11
↓ 5 callersClassDictionary
A mapping from symbols to consecutive integers
modules/voice_conversion/fairseq/data/dictionary.py:18
↓ 5 callersClassEditor07Args
talkinghead/tha3/nn/editor/editor_07.py:18
↓ 5 callersClassFp32LayerNorm
modules/voice_conversion/fairseq/models/speech_to_text/modules/emformer.py:63
↓ 5 callersClassOrderedConstraintState
Records progress through the set of linear nonbranching constraints with gaps.
modules/voice_conversion/fairseq/token_generation_constraints.py:387
↓ 5 callersClassResamplingDataset
Randomly samples from a given dataset at each epoch. Sampling is done with or without replacement, depending on the "replace" parameter.
modules/voice_conversion/fairseq/data/resampling_dataset.py:15
↓ 5 callersClassTransformerDecoderLayer
modules/voice_conversion/fairseq/modules/transformer_layer.py:536
↓ 5 callersClassTransformerEncoderLayer
modules/voice_conversion/fairseq/modules/transformer_layer.py:230
↓ 5 callersClassTwoAlgoFaceBodyRotator05Args
talkinghead/tha3/nn/two_algo_body_rotator/two_algo_face_body_rotator_05.py:16
↓ 4 callersClassAdaptiveSoftmax
This is an implementation of the efficient softmax approximation for graphical processing units (GPU), described in the paper "Efficient soft
modules/voice_conversion/fairseq/modules/adaptive_softmax.py:58
↓ 4 callersClassConvBlockRes
modules/voice_conversion/rvc/rmvpe.py:13
↓ 4 callersClassGeneralPoser02
talkinghead/tha3/poser/general_poser_02.py:11
↓ 4 callersClassGridChangeApplier
talkinghead/tha3/nn/image_processing_util.py:27
↓ 4 callersClassLayerDropModuleList
A LayerDrop implementation based on :class:`torch.nn.ModuleList`. We refresh the choice of which layers to drop every time we iterate ov
modules/voice_conversion/fairseq/modules/layer_drop.py:13
↓ 4 callersClassMetersDict
A sorted dictionary of :class:`Meters`. Meters are sorted according to a priority that is given when the meter is first added to the dictiona
modules/voice_conversion/fairseq/logging/meters.py:251
↓ 4 callersClassModuleProxyWrapper
Wrap a DistributedDataParallel module and forward requests for missing attributes to the module wrapped by DDP (the twice-wrapped module).
modules/voice_conversion/fairseq/distributed/module_proxy_wrapper.py:9
↓ 4 callersClassNumSamplesDataset
modules/voice_conversion/fairseq/data/num_samples_dataset.py:9
↓ 4 callersClassPiecewiseLinearFn
Piecewise linear function. Can be configured with a string.
modules/voice_conversion/fairseq/tasks/online_backtranslation.py:41
↓ 4 callersClassPosteriorEncoder
modules/voice_conversion/rvc/infer_pack/models.py:160
↓ 4 callersClassResidualCouplingBlock
modules/voice_conversion/rvc/infer_pack/models.py:111
↓ 4 callersClassRobertaHubInterface
A simple PyTorch Hub interface to RoBERTa. Usage: https://github.com/pytorch/fairseq/tree/main/examples/roberta
modules/voice_conversion/fairseq/models/roberta/hub_interface.py:14
↓ 4 callersClassRoundRobinZipDatasets
Zip multiple :class:`~fairseq.data.FairseqDataset` instances together. Shorter datasets are repeated in a round-robin fashion to match the length
modules/voice_conversion/fairseq/data/round_robin_zip_datasets.py:17
↓ 4 callersClassSequenceGenerator
modules/voice_conversion/fairseq/sequence_generator.py:20
↓ 4 callersClassTextCompressor
modules/voice_conversion/fairseq/data/text_compressor.py:15
↓ 4 callersClassTruncateDataset
Truncate a sequence by returning the first truncation_length tokens
modules/voice_conversion/fairseq/data/shorten_dataset.py:12
↓ 4 callersClassVariancePredictor
modules/voice_conversion/fairseq/models/text_to_speech/fastspeech2.py:117
↓ 3 callersClassBeamSearch
modules/voice_conversion/fairseq/search.py:103
↓ 3 callersClassBinarizeSummary
Keep track of what's going on in the binarizer
modules/voice_conversion/fairseq/binarizer.py:25
↓ 3 callersClassBufferedIterator
modules/voice_conversion/fairseq/data/iterators.py:691
↓ 3 callersClassChunker
contextmanager to read a chunck of a file line by line.
modules/voice_conversion/fairseq/file_chunker_utils.py:69
↓ 3 callersClassCountingIterator
Wrapper around an iterable that maintains the iteration count. Args: iterable (iterable): iterable to wrap start (int): starting
modules/voice_conversion/fairseq/data/iterators.py:28
↓ 3 callersClassEyebrowDecomposer00Args
talkinghead/tha3/nn/eyebrow_decomposer/eyebrow_decomposer_00.py:15
↓ 3 callersClassEyebrowDecomposer03Args
talkinghead/tha3/nn/eyebrow_decomposer/eyebrow_decomposer_03.py:16
↓ 3 callersClassEyebrowMorphingCombiner00Args
talkinghead/tha3/nn/eyebrow_morphing_combiner/eyebrow_morphing_combiner_00.py:15
↓ 3 callersClassEyebrowMorphingCombiner03Args
talkinghead/tha3/nn/eyebrow_morphing_combiner/eyebrow_morphing_combiner_03.py:16
↓ 3 callersClassFaceMorpher08Args
talkinghead/tha3/nn/face_morpher/face_morpher_08.py:19
↓ 3 callersClassFaceMorpher09Args
talkinghead/tha3/nn/face_morpher/face_morpher_09.py:18
↓ 3 callersClassFp32GroupNorm
modules/voice_conversion/fairseq/modules/fp32_group_norm.py:13
↓ 3 callersClassGenerationConfig
modules/voice_conversion/fairseq/dataclass/configs.py:809
↓ 3 callersClassGumbelVectorQuantizer
modules/voice_conversion/fairseq/modules/gumbel_vector_quantizer.py:11
↓ 3 callersClassLRUCacheDataset
modules/voice_conversion/fairseq/data/lru_cache_dataset.py:11
↓ 3 callersClassLearnedPositionalEmbedding
This module learns positional embeddings up to a fixed maximum size. Padding ids are ignored by either offsetting based on padding_idx or
modules/voice_conversion/fairseq/modules/learned_positional_embedding.py:15
↓ 3 callersClassMultiHeadAttention
modules/voice_conversion/rvc/infer_pack/attentions.py:162
↓ 3 callersClassNoOp
NoOp simply passes the input as the output.
modules/voice_conversion/fairseq/models/speech_to_text/utils.py:167
↓ 3 callersClassPoserEncoderDecoder00Separable
talkinghead/tha3/nn/common/poser_encoder_decoder_00_separable.py:14
↓ 3 callersClassPostnet
modules/voice_conversion/fairseq/models/text_to_speech/tacotron2.py:111
↓ 3 callersClassRawLabelDataset
modules/voice_conversion/fairseq/data/raw_label_dataset.py:11
↓ 3 callersClassResEncoderBlock
modules/voice_conversion/rvc/rmvpe.py:70
↓ 3 callersClassSamePad
modules/voice_conversion/fairseq/modules/same_pad.py:10
↓ 3 callersClassShardedIterator
A sharded wrapper around an iterable, padded to length. Args: iterable (iterable): iterable to wrap num_shards (int): number of s
modules/voice_conversion/fairseq/data/iterators.py:623
↓ 3 callersClassTTSTransformerDecoder
modules/voice_conversion/fairseq/models/text_to_speech/tts_transformer.py:139
↓ 3 callersClassTiedLinear
modules/voice_conversion/fairseq/modules/adaptive_softmax.py:16
↓ 3 callersClassTransformEosLangPairDataset
A :class:`~fairseq.data.FairseqDataset` wrapper that transform bos on collated samples of language pair dataset. Note that the transformation
modules/voice_conversion/fairseq/data/transform_eos_lang_pair_dataset.py:14
↓ 3 callersClassTransformerEncoderNoEmb
Transformer encoder without token embeddings.
modules/voice_conversion/fairseq/models/speech_to_speech/modules/transformer_encoder.py:12
↓ 3 callersClassUnitDictionary
A fixed-sized Dictionary that operates on integer-valued tokens wth a trivial (identity) token <-> id mapping. Special symbols (bos, eos,
modules/voice_conversion/fairseq/tasks/speech_ulm_task.py:25
↓ 3 callersClassWav2VecEncoder
modules/voice_conversion/fairseq/models/wav2vec/wav2vec2_asr.py:347
↓ 2 callersClassAdam
r"""Implements Adam algorithm. This implementation is modified from torch.optim.Adam based on: `Fixed Weight Decay Regularization in Adam`
modules/voice_conversion/fairseq/optim/adam.py:110
↓ 2 callersClassAdaptiveInput
modules/voice_conversion/fairseq/modules/adaptive_input.py:15
↓ 2 callersClassAddTargetDataset
modules/voice_conversion/fairseq/data/add_target_dataset.py:12
↓ 2 callersClassBucketPadLengthDataset
Bucket and pad item lengths to the nearest bucket size. This can be used to reduce the number of unique batch shapes, which is important on T
modules/voice_conversion/fairseq/data/bucket_pad_length_dataset.py:12
↓ 2 callersClassCharacterTokenEmbedder
modules/voice_conversion/fairseq/modules/character_token_embedder.py:22
↓ 2 callersClassCommonEvalConfig
modules/voice_conversion/fairseq/dataclass/configs.py:1029
↓ 2 callersClassConcatSentencesDataset
modules/voice_conversion/fairseq/data/concat_sentences_dataset.py:11
↓ 2 callersClassConformerWav2Vec2EncoderLayer
Encoder layer for Wav2vec2 encoder
modules/voice_conversion/fairseq/modules/conformer_layer.py:289
↓ 2 callersClassConstraintNode
Represents a node in a trie managing unordered constraints.
modules/voice_conversion/fairseq/token_generation_constraints.py:111
↓ 2 callersClassConv1dSubsampler
Convolutional subsampler: a stack of 1D convolution (along temporal dimension) followed by non-linear activation via gated linear units (https
modules/voice_conversion/fairseq/models/speech_to_text/modules/convolution.py:13
↓ 2 callersClassConv2dSubsampler
Convolutional subsampler: a stack of 2D convolution based on ESPnet implementation (https://github.com/espnet/espnet) Args: input_cha
modules/voice_conversion/fairseq/models/speech_to_text/modules/convolution.py:73
↓ 2 callersClassConvBlockFactory
talkinghead/tha3/nn/common/conv_block_factory.py:12
↓ 2 callersClassConvFeatureExtractionModel
modules/voice_conversion/fairseq/models/wav2vec/wav2vec2.py:819
↓ 2 callersClassConvFeatureExtractionModel
modules/voice_conversion/fairseq/models/wav2vec/wav2vec.py:367
↓ 2 callersClassDenoisingDataset
A wrapper around TokenBlockDataset for BART dataset. Args: dataset (TokenBlockDataset): dataset to wrap sizes (List[int]): s
modules/voice_conversion/fairseq/data/denoising_dataset.py:95
↓ 2 callersClassDiscriminatorP
modules/voice_conversion/rvc/infer_pack/models.py:1048
↓ 2 callersClassDiscriminatorS
modules/voice_conversion/rvc/infer_pack/models.py:1018
↓ 2 callersClassDownsample
Selects every nth element, where n is the index
modules/voice_conversion/fairseq/modules/downsampled_multihead_attention.py:288
↓ 2 callersClassDownsampledMultiHeadAttention
Multi-headed attention with Gating and Downsampling
modules/voice_conversion/fairseq/modules/downsampled_multihead_attention.py:171
next →1–100 of 788, ranked by callers