We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As explained in #82, xbatcher throws away partial batches if the input_dims dimension is not evenly divisible by the value provided.
input_dims
As noted in
xbatcher/xbatcher/tests/test_generators.py
Lines 66 to 67 in f04ad18
If there is no strong need for this feature, we could keep the status-quo of only returning equal-sized batches.
No response
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Is your feature request related to a problem?
As explained in #82, xbatcher throws away partial batches if the
input_dims
dimension is not evenly divisible by the value provided.Describe the solution you'd like
As noted in
xbatcher/xbatcher/tests/test_generators.py
Lines 66 to 67 in f04ad18
Describe alternatives you've considered
If there is no strong need for this feature, we could keep the status-quo of only returning equal-sized batches.
Additional context
No response
The text was updated successfully, but these errors were encountered: