MCPcopy Create free account
hub / github.com/TencentARC/InstantMesh / setup

Method setup

src/data/objaverse.py:52–57  ·  view source on GitHub ↗
(self, stage)

Source from the content-addressed store, hash-verified

50 self.dataset_configs['test'] = test
51
52 def setup(self, stage):
53
54 if stage in ['fit']:
55 self.datasets = dict((k, instantiate_from_config(self.dataset_configs[k])) for k in self.dataset_configs)
56 else:
57 raise NotImplementedError
58
59 def train_dataloader(self):
60

Callers 1

train.pyFile · 0.45

Calls 1

instantiate_from_configFunction · 0.90

Tested by

no test coverage detected