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

Method transforms

datamodule.py:134–135  ·  view source on GitHub ↗
(self, crop_scale=(0.25, 1), val=False)

Source from the content-addressed store, hash-verified

132 num_class = 196
133
134 def transforms(self, crop_scale=(0.25, 1), val=False):
135 return super().transforms(crop_scale, val)
136
137
138class AircraftDataModule(_FGVCDataModule):

Callers

nothing calls this directly

Calls 1

transformsMethod · 0.45

Tested by

no test coverage detected