Closed eporetsky closed 1 year ago
Currently, the last batch is not yielded by the batch_iterator function. After the for-loop is done iterating, yield the last batch if it has any entries. Hope that I got it right!
Thank you!
Currently, the last batch is not yielded by the batch_iterator function. After the for-loop is done iterating, yield the last batch if it has any entries. Hope that I got it right!