Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AtlasAnalyticsLab/AdaFisher
/ cct_8
Function
cct_8
Image_Classification/src/models/cct.py:47–49 ·
view source on GitHub ↗
(*args, **kwargs)
Source
from the content-addressed store, hash-verified
45
46
47
def
cct_8(*args, **kwargs):
48
return
_cct(num_layers=8, num_heads=4, mlp_ratio=2, embedding_dim=256,
49
*args, **kwargs)
50
51
52
def
cct_14(*args, **kwargs):
Callers
nothing calls this directly
Calls
1
_cct
Function · 0.85
Tested by
no test coverage detected