Replies: 1 comment
-
Just drop-in replace the standard torch DataLoader in your LightningDataModule with the StatefulDataLoader from
Note that if you use a progress bar, you might need to set the total number of training batches explicitly (I get a
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to use the stateful dataloader in pytorch lightning.
https://github.com/pytorch/data/tree/main/torchdata/stateful_dataloader
What should I do to make it work?
Beta Was this translation helpful? Give feedback.
All reactions