Define a dict of dataloaders

Hi everyone,
I have necessity, starting from a dataset, to divide it in subgroups and define for each of them a corresponding dataloader; is it possible to group them in a dictionary of dataloaders?

Yes, you should be able to create a dict containing DataLoader instances.

1 Like