How to get a homogenous batch when loading data from several datasets #10566
Unanswered
talbaumel
asked this question in
Lightning Trainer API: Trainer, LightningModule, LightningDataModule
Replies: 0 comments
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.
-
Hi :)
I'm trying to achieve something very similar to what is proposed in this example (from this page:
But instead of sampling from both datasets in each batch to randomly select a dataset and get a batch, the name of the sampled dataset must be available (since I use several unbalanced dataset with different schemas).
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions