Expand description
Merges a list of samples to form a batch.
Structs§
- Default
Collate - Default Collate function that mimic the
default_collate
function fromPyTorch
. - NoOp
Collate - Simple Collate that doesn’t change the batch of samples.
- Torch
Collate tch
- Torch Collate function that mimic the
default_collate
function fromPyTorch
.
Traits§
- Collate
- Any collate gather samples from one batch together.