StreamingDataLoader#
- class streaming.StreamingDataLoader(*args, **kwargs)[source]#
A streaming data loader.
Provides an additional checkpoint/resumption interface, for which it tracks the number of samples seen by the model this rank.
- Parameters
*args – List arguments.
**kwargs – Keyword arguments.