MCPcopy Create free account
hub / github.com/WuTao-CS/CustomCrafter / prepare_data

Method prepare_data

custom.py:388–390  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

386 self.wrap = wrap
387
388 def prepare_data(self):
389 for data_cfg in self.dataset_configs.values():
390 instantiate_from_config(data_cfg)
391
392 def setup(self, stage=None):
393 self.datasets = dict(

Callers 1

custom.pyFile · 0.80

Calls 1

instantiate_from_configFunction · 0.90

Tested by

no test coverage detected