Contents:
Collates a batch by zipping its elements together.
batch (tuple) – A batch from the dataloader.
A tuple of zipped elements, where each element corresponds to a single batch item.
tuple