You could use a BatchSampler
and pass all indices directly to Dataset.__getitem__
which would allow you to load multiple samples. This code shares an example.
You could use a BatchSampler
and pass all indices directly to Dataset.__getitem__
which would allow you to load multiple samples. This code shares an example.