PyTorch Forums
Is it possible to send a Dataset CPU multiple indices at once?
data
ptrblck
October 18, 2022, 7:16am
2
You could use a
BatchSampler
as described
here
.
show post in topic