Closed vict0rsch closed 5 years ago
+ how standard is this subsample dict?
isn't the data loader supposed to do that?
I think this is what people do with video data loading, because they also run into memory issues. But I haven't looked at any examples.
The dataloader has no logic about reading from disk. As far as I know, it just knows how to call different indices in a dataset object, but it's the responsibility of the dataset to provide the actual samples.
I'll look into this issue in a couple of hours. I suspect I'm forming a path name incorrectly, so it's returning an empty list.