Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AtlasAnalyticsLab/AdaFisher
/ cct_16
Function
cct_16
Image_Classification/src/models/cct.py:57–59 ·
view source on GitHub ↗
(*args, **kwargs)
Source
from the content-addressed store, hash-verified
55
56
57
def
cct_16(*args, **kwargs):
58
return
_cct(num_layers=16, num_heads=6, mlp_ratio=3, embedding_dim=384,
59
*args, **kwargs)
60
61
62
def
_cct(num_layers, num_heads, mlp_ratio, embedding_dim,
Callers
nothing calls this directly
Calls
1
_cct
Function · 0.85
Tested by
no test coverage detected