PyTorch Forums
How to make Dataloader avoid collate_batch
vision
ptrblck
May 2, 2020, 4:24am
2
For variable shapes, you could implement a custom collate function as described
here
.
1 Like
show post in topic