Skip to content
Snippets Groups Projects
Commit cf742317 authored by Gokhan OZBULAK's avatar Gokhan OZBULAK
Browse files

Fix typo on calling sub-field. #25

parent dbee52bf
No related branches found
No related tags found
1 merge request!40Lightning acc
Pipeline #87494 passed
......@@ -792,7 +792,7 @@ class ConcatDataModule(lightning.LightningDataModule):
return torch.utils.data.DataLoader(
self._datasets["train"],
shuffle=(self._train_sampler is None),
batch_size=self.batch,
batch_size=self.batch_size,
drop_last=self.drop_incomplete_batch,
pin_memory=self.pin_memory,
sampler=self._train_sampler,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment