-
Notifications
You must be signed in to change notification settings - Fork 88
Open
Labels
enhancementNew feature or requestNew feature or requestwaiting on authorWaiting for user input or feedback.Waiting for user input or feedback.
Description
🚀 Feature
A function or an argument in StreamingDataLoader to cycle the passed in StreamingDataset.
Motivation
Many training scenarios in CV involve training models with multiple epochs, while wanting to control the exact number of steps being trained, independent of the underlying dataset size. E.g., given a CombinedStreamingDataset of some length, restart its iterations when it is exhausted.
Pitch
I'm not quite sure how this should be done - maybe in iter method of StreamingDataLoader, we can catch the final iteration and restart it?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestwaiting on authorWaiting for user input or feedback.Waiting for user input or feedback.