MCPcopy Create free account
hub / github.com/IBM/Grapher / test_dataloader

Method test_dataloader

data/dataset.py:156–161  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

154 shuffle=False, pin_memory=True)
155
156 def test_dataloader(self):
157 return DataLoader(self.dataset_test,
158 batch_size=self.batch_size,
159 collate_fn=self.dataset_test._collate_fn,
160 num_workers=self.num_data_workers,
161 shuffle=False, pin_memory=True)
162
163
164class GraphDataset(Dataset):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected