MCPcopy Create free account
hub / github.com/catalys1/mae-pytorch / prepare_data

Method prepare_data

datamodule.py:228–229  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

226class STL10LinearProbeDataModule(_BaseDataModule):
227 num_classes = 10
228 def prepare_data(self):
229 pass
230
231 def transforms(self):
232 tform = transforms.Compose([

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected