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

Method setup

datamodule.py:66–67  ·  view source on GitHub ↗
(self, stage=None)

Source from the content-addressed store, hash-verified

64 self.num_samples = num_samples
65
66 def setup(self, stage=None):
67 pass
68
69 def train_dataloader(self):
70 return DataLoader(

Callers 1

visualize.pyFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected