Skip to content

Commit

Permalink
Merge branch 'master' into new-apis_v0.1.0-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
sarthakpati committed May 20, 2024
2 parents 27c7501 + f9512be commit d7b0850
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GANDLF/data/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def get_train_loader(params):
loader_type="train",
),
batch_size=params["batch_size"],
shuffle=True,
shuffle=False,
pin_memory=False, # params["pin_memory_dataloader"], # this is going OOM if True - needs investigation
)

Expand Down

0 comments on commit d7b0850

Please sign in to comment.