-
-
Notifications
You must be signed in to change notification settings - Fork 692
ProgressBar ETA for an IterableDataset #1263
Copy link
Copy link
Closed
Labels
Description
❓ Questions/Help/Support
We have a piece of code which uses ignite successfully and was originally written for a regular TensorDataset (adapted from this).
But then we adapted it for an IterableDataset because we wanted to train on a much larger dataset (on the order of GBs). How does the ProgressBar estimate this ETA for an IterableDataset?
If there is any working sample code you can point me to on using IterableDataset instances successfully with ignite, that would be great!
Reactions are currently unavailable