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

Distributed support for QUASI_RANDOM #338

Open
wants to merge 3 commits into
base: v1.1.0
Choose a base branch
from

Conversation

wouterzwerink
Copy link

Supports distributed training with QUASI_RANDOM traversal order.
Relies on the same code as non-distributed to generate the order. Then, divides this into num_ranks contiguous chunks. The last two ranks can have some overlap to ensure that all ranks have the same amount of data.

PS sorry for the duplicate PR, messed up my fork.

@andrewilyas
Copy link
Contributor

Thanks so much for this PR, sorry for the late reply! Did you try training anything with this sampler/were the results okay? If so, I'll merge it in to v1.1.0

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.

2 participants