Save and restore persisted DataLoader states from checkpoint

Hi!

I am working on a project to save and restore persisted DataLoader states from checkpoint, especially working with vanilla Pytorch DataLoader

Can you provide suggestions on how to implement that? I only see model weights and optimizer states etc. are getting saved in the checkpoint file.