Module iterable

Source
Expand description

§Indexable Dataloader.

Structs§

DataLoader
For iterable dataset, the datalaoder will yield until the underlying iterator is None. As the iteration over the dataset can be done multiple time, depending if the underlying dataset iterator consume the dataset or not.