list of DataIters
(Changed in version 2.8.0) collect
has changed. The previous behavior can be reproduced with toSeq
.
Stop all its internal prefetching threads.
Stop all its internal prefetching threads. The object shall never be used after it is disposed.
get data of current batch
get data of current batch
the data of current batch
the index of current batch
Get label of current batch
Get label of current batch
the label of current batch
get the number of padding examples in current batch
get the number of padding examples in current batch
number of padding examples in current batch
get next data batch from iterator
reset the iterator
reset the iterator
(Since version 1.3.0) Please use provideLabelDesc instead
(Since version 1.3.0) Please use provideDataDesc instead
Base class for prefetching iterators. Takes one or more DataIters and combine them with prefetching.