Multiple dataloaders as a dict problem #8623
Unanswered
RafailFridman
asked this question in
Lightning Trainer API: Trainer, LightningModule, LightningDataModule
Replies: 1 comment 5 replies
-
Update: in a plain validation loop also |
Beta Was this translation helpful? Give feedback.
5 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.
-
Hi, as stated here I can create multiple dataloaders and return them in a dictionary, while in the training step I should do something like:
But doing it like this doesn't work, and the variable
batch
contains just the name of the first dataloader.It happens only in the validation sanity check, but if I turn it off. I assume it's a bug, but not sure. Can someone check this, please?
Beta Was this translation helpful? Give feedback.
All reactions