Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Data loader bug fixes #20

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Data loader bug fixes #20

wants to merge 3 commits into from

Conversation

durana
Copy link

@durana durana commented Sep 30, 2017

Found two minor bugs in the data loader code, 1) the data index pointer was always advanced by the batch size even if a caller passed a value for n, and 2) the iterator would stop before reaching the end of the data in cases where the batch size did not evenly divide the data size (i.e., you'd skip the last batch).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant