How to get correct estimated_stepping_batches
in IterableDataset
#12581
Unanswered
ShaneTian
asked this question in
Lightning Trainer API: Trainer, LightningModule, LightningDataModule
Replies: 1 comment 5 replies
-
it's not possible to determine that since no one can really tell how many iterations will happen in such a case. |
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.
-
When I use
IterableDataset
without__len__
,theestimated_stepping_batches
is always-1
.So how to get correct
estimated_stepping_batches
?Beta Was this translation helpful? Give feedback.
All reactions