MCPcopy Create free account
hub / github.com/GasaiYU/PartRM / train_dataloader

Method train_dataloader

preprocess/src/data/objaverse.py:59–62  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

57 raise NotImplementedError
58
59 def train_dataloader(self):
60
61 sampler = DistributedSampler(self.datasets['train'])
62 return wds.WebLoader(self.datasets['train'], batch_size=self.batch_size, num_workers=self.num_workers, shuffle=False, sampler=sampler)
63
64 def val_dataloader(self):
65

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected