MCPcopy Index your code
hub / github.com/CompVis/diff2flow / prepare_data

Method prepare_data

diff2flow/dataloader.py:254–256  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

252 num_workers=self.num_workers, shuffle=self.shuffle_validation)
253
254 def prepare_data(self):
255 for data_cfg in self.dataset_configs.values():
256 instantiate_from_config(data_cfg)
257
258 def setup(self, stage=None):
259 self.datasets = dict(

Callers

nothing calls this directly

Calls 1

instantiate_from_configFunction · 0.90

Tested by

no test coverage detected