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