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

Function cct_2

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

Source from the content-addressed store, hash-verified

25
26
27def cct_2(*args, **kwargs):
28 return _cct(num_layers=2, num_heads=2, mlp_ratio=1, embedding_dim=128,
29 *args, **kwargs)
30
31
32def cct_4(*args, **kwargs):

Callers

nothing calls this directly

Calls 1

_cctFunction · 0.85

Tested by

no test coverage detected