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

Function cct_6

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

Source from the content-addressed store, hash-verified

35
36
37def cct_6(*args, **kwargs):
38 return _cct(num_layers=6, num_heads=4, mlp_ratio=2, embedding_dim=256,
39 *args, **kwargs)
40
41
42def cct_7(*args, **kwargs):

Callers

nothing calls this directly

Calls 1

_cctFunction · 0.85

Tested by

no test coverage detected