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

GPU Graphs fail when used with batch size that is not divisor of data set size #496

Open
RandomDefaultUser opened this issue Dec 22, 2023 · 0 comments
Labels
bug Something isn't working not critical

Comments

@RandomDefaultUser
Copy link
Member

When using the GPU graph method recently implemented and a mini batch size which is not an even divisor of the number of data points, this leads to mismatched tensor sizes in the training loop, originating at line 779 of the trainer class. self.static_input_validation.copy_(x).

@RandomDefaultUser RandomDefaultUser added bug Something isn't working not critical labels Dec 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working not critical
Projects
None yet
Development

No branches or pull requests

1 participant