Skip to content

Commit

Permalink
Update neural_lam/weather_dataset.py
Browse files Browse the repository at this point in the history
Co-authored-by: Joel Oskarsson <[email protected]>
  • Loading branch information
leifdenby and joeloskarsson authored Sep 27, 2024
1 parent 8453c2b commit 7f32557
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neural_lam/weather_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@ def train_dataloader(self):
self.train_dataset,
batch_size=self.batch_size,
num_workers=self.num_workers,
shuffle=False,
shuffle=True,
multiprocessing_context=self.multiprocessing_context,
persistent_workers=True,
)
Expand Down

0 comments on commit 7f32557

Please sign in to comment.