-
I'm following the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
in the tutorial https://github.com/Project-MONAI/tutorials/blob/main/modules/2d_slices_from_3d_training.ipynb, that's done with a |
Beta Was this translation helpful? Give feedback.
in the tutorial https://github.com/Project-MONAI/tutorials/blob/main/modules/2d_slices_from_3d_training.ipynb,
that's done with a
ShuffleBuffer
:shuffle_ds = monai.data.ShuffleBuffer(patch_ds, buffer_size=30, seed=0)
when the buffer_size is larger than number of slice samples per volume, it'll shuffle across subjects.