Dynamic Dataloader #20439
Unanswered
leonardcaquot94
asked this question in
Lightning Trainer API: Trainer, LightningModule, LightningDataModule
Dynamic Dataloader
#20439
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I’m using PyTorch Lightning for a model requiring recursive predictions. After each step, some data is fully processed, while the rest needs to be reinserted into the dataloader for further iterations.
How can I dynamically reinsert partially predicted data into the dataloader during training, ideally within Lightning’s ecosystem? Are there recommended hooks or approaches for this?
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions