MCPcopy Create free account
hub / github.com/MarcCoru/locationencoder / test_dataloader

Method test_dataloader

data/inat2018_loader.py:307–308  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

305 return DataLoader(self.valid_ds, batch_size=self.batch_size, shuffle=False, num_workers=self.num_workers)
306
307 def test_dataloader(self):
308 return DataLoader(self.test_ds, batch_size=self.batch_size, shuffle=False, num_workers=self.num_workers)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected