Multiple models, one dataloader? #8565
Answered
by
tchaton
turian
asked this question in
Lightning Trainer API: Trainer, LightningModule, LightningDataModule
-
I have a training regime that is disk-speed bound, because instances are loaded from disk. I would like to train multiple models with one dataloader. That way, I can do model selection over many models, but reduce the number of disk reads. Is this possible? |
Beta Was this translation helpful? Give feedback.
Answered by
tchaton
Jul 29, 2021
Replies: 1 comment
-
Dear @turian, Yes, it is possible. You could do something like this.
Does this answer your questions ? |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
turian
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Dear @turian,
Yes, it is possible.
You could do something like this.
Does this answer your questions ?