Extract raw data or dataset from shuffled dataloader

Hi,

Do you know how to extract the raw data or Pytorch’s Dataset (in the original order when the Dataloader was created) from a shuffled Pytorch’s Dataloader?

Best regards

@jonmunm were you able to find a solution for this?