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

Fix bugs that appear with small or empty mini batch neighborhoods #147

Merged
merged 1 commit into from
Oct 28, 2023

Conversation

rogerwaleffe
Copy link
Collaborator

There are a few bugs in the main branch that cause the system to crash when small batches have a few or zero total neighbors. These bugs often appear when running disk-based training, especially as the in-memory subgraph gets sparser with small buffer capacities relative to the number of partitions. This PR fixes these issues.

@rogerwaleffe
Copy link
Collaborator Author

This PR does not affect the build/install which we worked to improve and should be stable (using the docker file instructions) as of #131. We should work to make the "Build and Test" check more stable so that it doesn't fail every new PR as dependencies etc. change, but that is beyond the scope of this PR.

@rogerwaleffe rogerwaleffe merged commit 841145c into main Oct 28, 2023
6 of 7 checks passed
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