I am reading the official documentation of Dataloaders:
https://pytorch.org/tutorials/beginner/basics/data_tutorial.html
And there is this sentence "DataLoader wraps an iterable around the Dataset.."
I know that dataloaders are used to iterate over the dataset but what I don't get is that what does wrapping an iterable over the dataset means? I want an insight of the theoretical point of view.