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

Class AircraftDataModule

datamodule.py:138–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136
137
138class AircraftDataModule(_FGVCDataModule):
139 dataclass = fgvcdata.Aircraft
140 num_class = 100
141
142 def transforms(self, crop_scale=(0.25, 1), val=False):
143 return super().transforms(crop_scale, val)
144
145
146class _CifarDataModule(_BaseDataModule):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected