clinicadl.data.dataloader¶
For building a PyTorch DataLoader
adapted to ClinicaDL.
A batch container for |
|
To load data in batches. |
Collate functions¶
To define how the DataLoader will collate the collections of samples.
Abstract class to define how sequences of |
|
To simply collate a sequence of samples in a single batch. |
|
To return a sequence of batches. |
|
To merge several batches into a single batch. |