Expand description
§Indexable Dataloader
.
Structs§
- Data
Loader - For iterable dataset, the
datalaoder
will yield until the underlying iterator isNone
. As the iteration over the dataset can be done multiple time, depending if the underlying dataset iterator consume the dataset or not.