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

Method forward

Image_Classification/src/models/cct.py:358–360  ·  view source on GitHub ↗
(self, x)

Source from the content-addressed store, hash-verified

356 *args, **kwargs)
357
358 def forward(self, x):
359 x = self.tokenizer(x)
360 return self.classifier(x)
361
362
363def cct(num_classes: int):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected