Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ChristofHenkel/kaggle-asl-fingerspelling-1st-place-solution
/ types & classes
Types & classes
82 in github.com/ChristofHenkel/kaggle-asl-fingerspelling-1st-place-solution
⨍
Functions
328
◇
Types & classes
82
↳
Endpoints
5
↓ 5 callers
Class
FeatureExtractor
models/mdl_2_pt.py:596
↓ 3 callers
Class
CustomDataset
data/ds_1.py:87
↓ 3 callers
Class
TFSpeech2TextAttention
Multi-headed attention from "Attention Is All You Need
scripts/modeling_tf_speech_to_text2_cache.py:230
↓ 2 callers
Class
Decoder
models/mdl_2_pt.py:19
↓ 2 callers
Class
FeedForwardModule
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 callers
Class
FeedForwardModule
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 callers
Class
FeedForwardModuleTF
models/mdl_2_tf.py:32
↓ 2 callers
Class
PointwiseConv1d
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 callers
Class
PointwiseConv1d
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 callers
Class
PreprocessingTF
scripts/convert_cfg_2_to_tf_lite.py:130
↓ 2 callers
Class
Swish
models/mdl_2_pt.py:61
↓ 2 callers
Class
Swish
models/mdl_1_pt.py:61
↓ 2 callers
Class
TFSpeech2TextMainLayer2
scripts/modeling_tf_speech_to_text2_cache.py:1175
↓ 2 callers
Class
TFSpeech2TextSinusoidalPositionalEmbedding
This module produces sinusoidal positional embeddings of any length.
scripts/modeling_tf_speech_to_text2_cache.py:159
↓ 2 callers
Class
tf_FeatureExtractor
scripts/convert_cfg_2_to_tf_lite.py:164
↓ 1 callers
Class
ConvModule
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 callers
Class
ConvModule
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 callers
Class
ConvModuleTF
models/mdl_2_tf.py:391
↓ 1 callers
Class
Decoder
models/mdl_1_pt.py:17
↓ 1 callers
Class
DecoderTF
scripts/convert_cfg_2_to_tf_lite.py:670
↓ 1 callers
Class
DecoderTF2
scripts/convert_cfg_2_to_tf_lite.py:729
↓ 1 callers
Class
DepthwiseConv1d
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 callers
Class
DepthwiseConv1d
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 callers
Class
FeatureExtractor
models/mdl_1_pt.py:685
↓ 1 callers
Class
GLU
models/mdl_2_pt.py:69
↓ 1 callers
Class
GLU
models/mdl_1_pt.py:69
↓ 1 callers
Class
GLUTF
models/mdl_2_tf.py:373
↓ 1 callers
Class
LlamaAttention
Multi-headed attention from 'Attention Is All You Need' paper
models/mdl_2_pt.py:632
↓ 1 callers
Class
MultiHeadedSelfAttentionModule
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 callers
Class
Net
models/mdl_2_pt.py:759
↓ 1 callers
Class
Preprocessing
data/ds_1.py:18
↓ 1 callers
Class
Preprocessing
data/ds_2.py:18
↓ 1 callers
Class
RelPositionMultiHeadAttentionTF
models/mdl_2_tf.py:287
↓ 1 callers
Class
RelPositionalEncoding
Relative positional encoding module. Args: d_model: Embedding dimension. max_len: Maximum input length.
models/mdl_1_pt.py:118
↓ 1 callers
Class
RelPositionalEncodingTF
Same positional encoding method as NeMo library
models/mdl_2_tf.py:64
↓ 1 callers
Class
RelativeMultiHeadAttention
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 callers
Class
SqueezeformerBlock
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 callers
Class
SqueezeformerBlock
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 callers
Class
SqueezeformerBlockTF
models/mdl_2_tf.py:444
↓ 1 callers
Class
SqueezeformerEncoder
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 callers
Class
SqueezeformerEncoder
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 callers
Class
TFConv1dSubsampler
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 callers
Class
TFLlamaAttention
Multi-headed attention from 'Attention Is All You Need' paper
models/mdl_2_tf.py:630
↓ 1 callers
Class
TFModel
scripts/convert_cfg_2_to_tf_lite.py:812
↓ 1 callers
Class
TFSpeech2TextDecoder2
scripts/modeling_tf_speech_to_text2_cache.py:877
↓ 1 callers
Class
TFSpeech2TextDecoderLayer
scripts/modeling_tf_speech_to_text2_cache.py:438
↓ 1 callers
Class
TFSpeech2TextEncoder2
scripts/modeling_tf_speech_to_text2_cache.py:708
↓ 1 callers
Class
TFSpeech2TextEncoderLayer
scripts/modeling_tf_speech_to_text2_cache.py:383
Class
CustomDataset
data/ds_2.py:91
Class
DepthwiseConv2d
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
Class
DepthwiseConv2d
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
Class
DynamicResample
stretches/ squeezes input over time dimension Args: rate (float,float): lower and upper amount of resampling rate. Should both b
configs/augmentations.py:1157
Class
FaceDrop
stretches/ squeezes input over time dimension Args: landmarks : xyz_landmarks .. array of strings n_fingers : num finger
configs/augmentations.py:1021
Class
FingersDrop
stretches/ squeezes input over time dimension Args: landmarks : xyz_landmarks .. array of strings n_fingers : num finger
configs/augmentations.py:825
Class
HandDrop2
stretches/ squeezes input over time dimension Args: landmarks : xyz_landmarks .. array of strings n_fingers : num finger
configs/augmentations.py:1272
Class
MultiHeadAttention
models/mdl_2_tf.py:97
Class
MultiHeadedSelfAttentionModuleTF
models/mdl_2_tf.py:349
Class
Net
models/mdl_1_pt.py:724
Class
OnLandmarkIds
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
Class
OnWindows
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
Class
OneOf
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
Class
PoseDrop
stretches/ squeezes input over time dimension Args: landmarks : xyz_landmarks .. array of strings n_fingers : num finger
configs/augmentations.py:923
Class
PoseDrop2
stretches/ squeezes input over time dimension Args: landmarks : xyz_landmarks .. array of strings n_fingers : num finger
configs/augmentations.py:1215
Class
RelPositionalEncoding
Relative positional encoding module. Args: d_model: Embedding dimension. max_len: Maximum input length.
models/mdl_2_pt.py:118
Class
Resample
stretches/ squeezes input over time dimension Args: rate (float,float): lower and upper amount of resampling rate. Should both b
configs/augmentations.py:28
Class
SpatialAffine
stretches/ squeezes input over time dimension Args: scale (float, float) or None rate (f
configs/augmentations.py:659
Class
SpatialAffineCone
stretches/ squeezes input over time dimension Args: scale (float, float) or None rate (f
configs/augmentations.py:727
Class
SpatialMask
stretches/ squeezes input over time dimension Args: rate (float,float): lower and upper amount of resampling rate. Should both b
configs/augmentations.py:347
Class
SpatialMaskFix
stretches/ squeezes input over time dimension Args: rate (float,float): lower and upper amount of resampling rate. Should both b
configs/augmentations.py:418
Class
SpatialMaskV2
stretches/ squeezes input over time dimension Args: rate (float,float): lower and upper amount of resampling rate. Should both b
configs/augmentations.py:489
Class
SpatialNoise
stretches/ squeezes input over time dimension Args: rate (float,float): lower and upper amount of resampling rate. Should both b
configs/augmentations.py:571
Class
SqueezeformerEncoderTF
models/mdl_2_tf.py:522
Class
TFSpeech2TextForConditionalGeneration2
scripts/modeling_tf_speech_to_text2_cache.py:1365
Class
TFSpeech2TextModel
scripts/modeling_tf_speech_to_text2_cache.py:1283
Class
TFSpeech2TextPreTrainedModel
scripts/modeling_tf_speech_to_text2_cache.py:553
Class
TemporalCrop
stretches/ squeezes input over time dimension Args: rate (float,float): lower and upper amount of resampling rate. Should both b
configs/augmentations.py:74
Class
TemporalCut
stretches/ squeezes input over time dimension Args: rate (float,float): lower and upper amount of resampling rate. Should both b
configs/augmentations.py:169
Class
TemporalFill
stretches/ squeezes input over time dimension Args: rate (float,float): lower and upper amount of resampling rate. Should both b
configs/augmentations.py:225
Class
TemporalMask
stretches/ squeezes input over time dimension Args: rate (float,float): lower and upper amount of resampling rate. Should both b
configs/augmentations.py:116
Class
TemporalMaskV2
stretches/ squeezes input over time dimension Args: rate (float,float): lower and upper amount of resampling rate. Should both b
configs/augmentations.py:280
Class
TimeShift
stretches/ squeezes input over time dimension Args: rate (float,float): lower and upper amount of resampling rate. Should both b
configs/augmentations.py:969
Class
tf_FeatureExtractor
models/mdl_2_tf.py:566