MCPcopy Create free account
hub / github.com/CompVis/diff2flow / _test_dataloader

Method _test_dataloader

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

Source from the content-addressed store, hash-verified

248 num_workers=self.num_workers, shuffle=self.shuffle_validation)
249
250 def _test_dataloader(self):
251 return DataLoader(self.datasets["test"], batch_size=self.val_batch_size,
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():

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected