Get the next element of a dataloader iterator
Arguments
- iter
a DataLoader iter created with dataloader_make_iter.
- completed
the returned value when the iterator is exhausted.
Get the next element of a dataloader iterator
a DataLoader iter created with dataloader_make_iter.
the returned value when the iterator is exhausted.