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

Method transforms

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

Source from the content-addressed store, hash-verified

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 1

transformsMethod · 0.45

Tested by

no test coverage detected