Show epoch progress with Iterable datasets #13097
Unanswered
marcmk6
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm wondering if there's a way to show the training progress over each epoch with
torch.utils.data.IterableDataset
.The current visualization is like:
My
IterableDataset
s iterate over some large files that don't fit in memory, but their lengths are known.Thanks
Beta Was this translation helpful? Give feedback.
All reactions