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

Method _val_dataloader

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

Source from the content-addressed store, hash-verified

244 num_workers=self.num_workers, shuffle=True)
245
246 def _val_dataloader(self):
247 return DataLoader(self.datasets["validation"], batch_size=self.val_batch_size,
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,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected