MCPcopy Create free account
hub / github.com/AtlasAnalyticsLab/AdaFisher / cct_14

Function cct_14

Image_Classification/src/models/cct.py:52–54  ·  view source on GitHub ↗
(*args, **kwargs)

Source from the content-addressed store, hash-verified

50
51
52def cct_14(*args, **kwargs):
53 return _cct(num_layers=14, num_heads=6, mlp_ratio=3, embedding_dim=384,
54 *args, **kwargs)
55
56
57def cct_16(*args, **kwargs):

Callers

nothing calls this directly

Calls 1

_cctFunction · 0.85

Tested by

no test coverage detected