Only log the first test dataloader results. #8487
Unanswered
AristoYU
asked this question in
Lightning Trainer API: Trainer, LightningModule, LightningDataModule
Replies: 1 comment
-
Can you check if If so, then it's probably an issue/bug with TensorBoard |
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.
-
Hello, I use multiple dataloaders to test. But in tensorboad, only the first test dataloader result will be logged.
I use the
pl.LightningDataModule
to create the test dataloader list:And I log the result in the
test_step
function:After training, I got the result in the terminal:
But, when I open tensorboard, it cannot load the dataloader1 result:
I don't know what's wrong with my code.
Beta Was this translation helpful? Give feedback.
All reactions