Module ai_dataloader::iterable
source · Expand description
Structs
For iterable dataset, the
datalaoder will yield until the underlying iterator is None.
As the iteration over the dataset can be done mutliple time, depending if the underlying dataset iterator consume the dataset or not.