pl.trainer.test() does not have len() for IterableDataset #6680
Unanswered
lixsh6
asked this question in
Lightning Trainer API: Trainer, LightningModule, LightningDataModule
Replies: 1 comment 1 reply
-
Hi, have a look here, I'm working on a fix: |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
I got a similar problem with #3500
MyDataset
is aIterableDataset
, but it does not work in pl.trainer.test() since it's not accessible to measure its length.Anybody helps me for this? Thank you very much!
Beta Was this translation helpful? Give feedback.
All reactions