Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Seunggu0305/VLCounter
/ types & classes
Types & classes
17 in github.com/Seunggu0305/VLCounter
⨍
Functions
81
◇
Types & classes
17
↓ 13 callers
Class
LayerNorm
Subclass torch's LayerNorm to handle fp16.
tools/models/Encoder_utils.py:7
↓ 5 callers
Class
Counter
tools/models/VLCounter.py:51
↓ 5 callers
Class
UpConv
tools/models/VLCounter.py:32
↓ 4 callers
Class
Transformer
tools/models/Encoder_utils.py:135
↓ 3 callers
Class
Attention
tools/models/Encoder_utils.py:35
↓ 2 callers
Class
ResidualAttentionBlock
tools/models/Encoder_utils.py:82
↓ 2 callers
Class
listDataset
tools/dataset/datasets.py:235
↓ 1 callers
Class
CLIPTextEncoder
tools/models/Text_Encoder.py:9
↓ 1 callers
Class
MainTransform
tools/dataset/datasets.py:147
↓ 1 callers
Class
QuickGELU
tools/models/Encoder_utils.py:16
↓ 1 callers
Class
ResizeTrainImage
Resize the image so that: 1. Image is equal to 384 * 384 2. The new height and new width are divisible by 16 3. The aspec
tools/dataset/datasets.py:37
↓ 1 callers
Class
SimpleTokenizer
tools/dataset/tokenizer.py:65
Class
CLIPVisionTransformer
tools/models/ViT_Encoder.py:12
Class
DropPath
Drop paths (Stochastic Depth) per sample (when applied in main path of residual blocks).
tools/models/Encoder_utils.py:21
Class
SPTCLIPVisionTransformer
tools/models/ViT_Encoder_add.py:13
Class
Transformer_v2
tools/models/Encoder_utils.py:152
Class
VPTCLIPVisionTransformer
tools/models/ViT_Encoder.py:137