Skip to content

Commit

Permalink
is it slurm, or repeat?
Browse files Browse the repository at this point in the history
  • Loading branch information
mwalmsley committed Nov 6, 2023
1 parent c32524a commit 1c0b220
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zoobot/pytorch/training/webdatamodule.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def make_loader(self, urls, mode="train"):
# torch collate stacks dicts nicely while webdataset only lists them
# so use the torch collate instead
.batched(self.batch_size, torch.utils.data.default_collate, partial=False)
# .repeat(5)
.repeat(5)
)

# from itertools import islice
Expand Down

0 comments on commit 1c0b220

Please sign in to comment.