MCPcopy Create free account

hub / github.com/ChristofHenkel/kaggle-asl-fingerspelling-1st-place-solution / types & classes

Types & classes82 in github.com/ChristofHenkel/kaggle-asl-fingerspelling-1st-place-solution

↓ 5 callersClassFeatureExtractor
models/mdl_2_pt.py:596
↓ 3 callersClassCustomDataset
data/ds_1.py:87
↓ 3 callersClassTFSpeech2TextAttention
Multi-headed attention from "Attention Is All You Need
scripts/modeling_tf_speech_to_text2_cache.py:230
↓ 2 callersClassDecoder
models/mdl_2_pt.py:19
↓ 2 callersClassFeedForwardModule
Feed Forward Module follow pre-norm residual units and apply layer normalization within the residual unit and on the input before the first l
models/mdl_2_pt.py:78
↓ 2 callersClassFeedForwardModule
Feed Forward Module follow pre-norm residual units and apply layer normalization within the residual unit and on the input before the first l
models/mdl_1_pt.py:78
↓ 2 callersClassFeedForwardModuleTF
models/mdl_2_tf.py:32
↓ 2 callersClassPointwiseConv1d
When kernel size == 1 conv1d, this operation is termed in literature as pointwise convolution. This operation often used to match dimensions.
models/mdl_2_pt.py:251
↓ 2 callersClassPointwiseConv1d
When kernel size == 1 conv1d, this operation is termed in literature as pointwise convolution. This operation often used to match dimensions.
models/mdl_1_pt.py:370
↓ 2 callersClassPreprocessingTF
scripts/convert_cfg_2_to_tf_lite.py:130
↓ 2 callersClassSwish
models/mdl_2_pt.py:61
↓ 2 callersClassSwish
models/mdl_1_pt.py:61
↓ 2 callersClassTFSpeech2TextMainLayer2
scripts/modeling_tf_speech_to_text2_cache.py:1175
↓ 2 callersClassTFSpeech2TextSinusoidalPositionalEmbedding
This module produces sinusoidal positional embeddings of any length.
scripts/modeling_tf_speech_to_text2_cache.py:159
↓ 2 callersClasstf_FeatureExtractor
scripts/convert_cfg_2_to_tf_lite.py:164
↓ 1 callersClassConvModule
Convolution module starts with a pointwise convolution and a gated linear unit (GLU). This is followed by a single 1-D depthwise convolution
models/mdl_2_pt.py:290
↓ 1 callersClassConvModule
Convolution module starts with a pointwise convolution and a gated linear unit (GLU). This is followed by a single 1-D depthwise convolution
models/mdl_1_pt.py:409
↓ 1 callersClassConvModuleTF
models/mdl_2_tf.py:391
↓ 1 callersClassDecoder
models/mdl_1_pt.py:17
↓ 1 callersClassDecoderTF
scripts/convert_cfg_2_to_tf_lite.py:670
↓ 1 callersClassDecoderTF2
scripts/convert_cfg_2_to_tf_lite.py:729
↓ 1 callersClassDepthwiseConv1d
When groups == in_channels and out_channels == K * in_channels, where K is a positive integer, this operation is termed in literature as dept
models/mdl_2_pt.py:169
↓ 1 callersClassDepthwiseConv1d
When groups == in_channels and out_channels == K * in_channels, where K is a positive integer, this operation is termed in literature as dept
models/mdl_1_pt.py:288
↓ 1 callersClassFeatureExtractor
models/mdl_1_pt.py:685
↓ 1 callersClassGLU
models/mdl_2_pt.py:69
↓ 1 callersClassGLU
models/mdl_1_pt.py:69
↓ 1 callersClassGLUTF
models/mdl_2_tf.py:373
↓ 1 callersClassLlamaAttention
Multi-headed attention from 'Attention Is All You Need' paper
models/mdl_2_pt.py:632
↓ 1 callersClassMultiHeadedSelfAttentionModule
Args: d_model (int): The dimension of model num_heads (int): The number of attention heads. dropout_p (float): probabilit
models/mdl_1_pt.py:259
↓ 1 callersClassNet
models/mdl_2_pt.py:759
↓ 1 callersClassPreprocessing
data/ds_1.py:18
↓ 1 callersClassPreprocessing
data/ds_2.py:18
↓ 1 callersClassRelPositionMultiHeadAttentionTF
models/mdl_2_tf.py:287
↓ 1 callersClassRelPositionalEncoding
Relative positional encoding module. Args: d_model: Embedding dimension. max_len: Maximum input length.
models/mdl_1_pt.py:118
↓ 1 callersClassRelPositionalEncodingTF
Same positional encoding method as NeMo library
models/mdl_2_tf.py:64
↓ 1 callersClassRelativeMultiHeadAttention
Multi-head attention with relative positional encoding. This concept was proposed in the "Transformer-XL: Attentive Language Models Beyond a
models/mdl_1_pt.py:169
↓ 1 callersClassSqueezeformerBlock
SqueezeformerBlock is a simpler block structure similar to the standard Transformer block, where the MHA and convolution modules are each dir
models/mdl_2_pt.py:367
↓ 1 callersClassSqueezeformerBlock
SqueezeformerBlock is a simpler block structure similar to the standard Transformer block, where the MHA and convolution modules are each dir
models/mdl_1_pt.py:489
↓ 1 callersClassSqueezeformerBlockTF
models/mdl_2_tf.py:444
↓ 1 callersClassSqueezeformerEncoder
Squeezeformer encoder first processes the input with a convolution subsampling layer and then with a number of squeezeformer blocks. Arg
models/mdl_2_pt.py:514
↓ 1 callersClassSqueezeformerEncoder
Squeezeformer encoder first processes the input with a convolution subsampling layer and then with a number of squeezeformer blocks. Arg
models/mdl_1_pt.py:602
↓ 1 callersClassTFConv1dSubsampler
Convolutional subsampler: a stack of 1D convolution (along temporal dimension) followed by non-linear activation via gated linear units (http
scripts/modeling_tf_speech_to_text2_cache.py:113
↓ 1 callersClassTFLlamaAttention
Multi-headed attention from 'Attention Is All You Need' paper
models/mdl_2_tf.py:630
↓ 1 callersClassTFModel
scripts/convert_cfg_2_to_tf_lite.py:812
↓ 1 callersClassTFSpeech2TextDecoder2
scripts/modeling_tf_speech_to_text2_cache.py:877
↓ 1 callersClassTFSpeech2TextDecoderLayer
scripts/modeling_tf_speech_to_text2_cache.py:438
↓ 1 callersClassTFSpeech2TextEncoder2
scripts/modeling_tf_speech_to_text2_cache.py:708
↓ 1 callersClassTFSpeech2TextEncoderLayer
scripts/modeling_tf_speech_to_text2_cache.py:383
ClassCustomDataset
data/ds_2.py:91
ClassDepthwiseConv2d
When groups == in_channels and out_channels == K * in_channels, where K is a positive integer, this operation is termed in literature as dept
models/mdl_2_pt.py:211
ClassDepthwiseConv2d
When groups == in_channels and out_channels == K * in_channels, where K is a positive integer, this operation is termed in literature as dept
models/mdl_1_pt.py:330
ClassDynamicResample
stretches/ squeezes input over time dimension Args: rate (float,float): lower and upper amount of resampling rate. Should both b
configs/augmentations.py:1157
ClassFaceDrop
stretches/ squeezes input over time dimension Args: landmarks : xyz_landmarks .. array of strings n_fingers : num finger
configs/augmentations.py:1021
ClassFingersDrop
stretches/ squeezes input over time dimension Args: landmarks : xyz_landmarks .. array of strings n_fingers : num finger
configs/augmentations.py:825
ClassHandDrop2
stretches/ squeezes input over time dimension Args: landmarks : xyz_landmarks .. array of strings n_fingers : num finger
configs/augmentations.py:1272
ClassMultiHeadAttention
models/mdl_2_tf.py:97
ClassMultiHeadedSelfAttentionModuleTF
models/mdl_2_tf.py:349
ClassNet
models/mdl_1_pt.py:724
ClassOnLandmarkIds
Select one of transforms to apply. Selected transform will be called with `force_apply=True`. Transforms probabilities will be normalized to one 1
configs/augmentations.py:884
ClassOnWindows
Select one of transforms to apply. Selected transform will be called with `force_apply=True`. Transforms probabilities will be normalized to one 1
configs/augmentations.py:1067
ClassOneOf
Select one of transforms to apply. Selected transform will be called with `force_apply=True`. Transforms probabilities will be normalized to one 1
configs/augmentations.py:1120
ClassPoseDrop
stretches/ squeezes input over time dimension Args: landmarks : xyz_landmarks .. array of strings n_fingers : num finger
configs/augmentations.py:923
ClassPoseDrop2
stretches/ squeezes input over time dimension Args: landmarks : xyz_landmarks .. array of strings n_fingers : num finger
configs/augmentations.py:1215
ClassRelPositionalEncoding
Relative positional encoding module. Args: d_model: Embedding dimension. max_len: Maximum input length.
models/mdl_2_pt.py:118
ClassResample
stretches/ squeezes input over time dimension Args: rate (float,float): lower and upper amount of resampling rate. Should both b
configs/augmentations.py:28
ClassSpatialAffine
stretches/ squeezes input over time dimension Args: scale (float, float) or None rate (f
configs/augmentations.py:659
ClassSpatialAffineCone
stretches/ squeezes input over time dimension Args: scale (float, float) or None rate (f
configs/augmentations.py:727
ClassSpatialMask
stretches/ squeezes input over time dimension Args: rate (float,float): lower and upper amount of resampling rate. Should both b
configs/augmentations.py:347
ClassSpatialMaskFix
stretches/ squeezes input over time dimension Args: rate (float,float): lower and upper amount of resampling rate. Should both b
configs/augmentations.py:418
ClassSpatialMaskV2
stretches/ squeezes input over time dimension Args: rate (float,float): lower and upper amount of resampling rate. Should both b
configs/augmentations.py:489
ClassSpatialNoise
stretches/ squeezes input over time dimension Args: rate (float,float): lower and upper amount of resampling rate. Should both b
configs/augmentations.py:571
ClassSqueezeformerEncoderTF
models/mdl_2_tf.py:522
ClassTFSpeech2TextForConditionalGeneration2
scripts/modeling_tf_speech_to_text2_cache.py:1365
ClassTFSpeech2TextModel
scripts/modeling_tf_speech_to_text2_cache.py:1283
ClassTFSpeech2TextPreTrainedModel
scripts/modeling_tf_speech_to_text2_cache.py:553
ClassTemporalCrop
stretches/ squeezes input over time dimension Args: rate (float,float): lower and upper amount of resampling rate. Should both b
configs/augmentations.py:74
ClassTemporalCut
stretches/ squeezes input over time dimension Args: rate (float,float): lower and upper amount of resampling rate. Should both b
configs/augmentations.py:169
ClassTemporalFill
stretches/ squeezes input over time dimension Args: rate (float,float): lower and upper amount of resampling rate. Should both b
configs/augmentations.py:225
ClassTemporalMask
stretches/ squeezes input over time dimension Args: rate (float,float): lower and upper amount of resampling rate. Should both b
configs/augmentations.py:116
ClassTemporalMaskV2
stretches/ squeezes input over time dimension Args: rate (float,float): lower and upper amount of resampling rate. Should both b
configs/augmentations.py:280
ClassTimeShift
stretches/ squeezes input over time dimension Args: rate (float,float): lower and upper amount of resampling rate. Should both b
configs/augmentations.py:969
Classtf_FeatureExtractor
models/mdl_2_tf.py:566