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

Function cct_4

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

Source from the content-addressed store, hash-verified

30
31
32def cct_4(*args, **kwargs):
33 return _cct(num_layers=4, num_heads=2, mlp_ratio=1, embedding_dim=128,
34 *args, **kwargs)
35
36
37def cct_6(*args, **kwargs):

Callers

nothing calls this directly

Calls 1

_cctFunction · 0.85

Tested by

no test coverage detected