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

Function cct_7

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

Source from the content-addressed store, hash-verified

40
41
42def cct_7(*args, **kwargs):
43 return _cct(num_layers=7, num_heads=4, mlp_ratio=2, embedding_dim=256,
44 *args, **kwargs)
45
46
47def cct_8(*args, **kwargs):

Callers

nothing calls this directly

Calls 1

_cctFunction · 0.85

Tested by

no test coverage detected