Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
rachitsaluja authored May 23, 2024
2 parents 67cc4dd + df15d54 commit 410ebe7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions 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
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@ def run(self):
"torchinfo==1.7.0",
"segmentation-models-pytorch==0.3.3",
"ACSConv==0.1.1",
# https://github.com/docker/docker-py/issues/3256
"requests<2.32.0", # 2.32.0 are not compatible with docker 7.0.0; to remove restriction once docker is fixed
"docker",
"dicom-anonymizer==1.0.12",
"twine",
Expand Down

0 comments on commit 410ebe7

Please sign in to comment.