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

Method setup

preprocess/src/data/objaverse_zero123plus.py:38–43  ·  view source on GitHub ↗
(self, stage)

Source from the content-addressed store, hash-verified

36 self.dataset_configs['test'] = test
37
38 def setup(self, stage):
39
40 if stage in ['fit']:
41 self.datasets = dict((k, instantiate_from_config(self.dataset_configs[k])) for k in self.dataset_configs)
42 else:
43 raise NotImplementedError
44
45 def train_dataloader(self):
46

Callers

nothing calls this directly

Calls 1

instantiate_from_configFunction · 0.90

Tested by

no test coverage detected