Skip to content

Commit

Permalink
set dataloader shuffle back to true in consep config (#738)
Browse files Browse the repository at this point in the history
  • Loading branch information
nkaenzig authored Dec 23, 2024
1 parent d583fc4 commit 71a2e18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configs/vision/pathology/online/segmentation/consep.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ data:
train:
batch_size: &BATCH_SIZE ${oc.env:BATCH_SIZE, 64}
num_workers: &N_DATA_WORKERS ${oc.env:N_DATA_WORKERS, 4}
shuffle: false
shuffle: true
val:
batch_size: *BATCH_SIZE
num_workers: *N_DATA_WORKERS

0 comments on commit 71a2e18

Please sign in to comment.