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

Can horovd process more shards than workers #4038

Open
dr-graviton opened this issue Mar 30, 2024 · 0 comments
Open

Can horovd process more shards than workers #4038

dr-graviton opened this issue Mar 30, 2024 · 0 comments

Comments

@dr-graviton
Copy link

dr-graviton commented Mar 30, 2024

Hi!

I understand that when using Horovod in a multi node environment, I should have each shard dedicated per node. Based on the size of my compute node, I've split the data into 4 shards - based on the max that can fit on my node.

I'm wondering if it's possible to have more shards than the # of nodes? For example, if I have 2 nodes, can each download & process a dataset that has 4 shards? In my use case, each shard is big enough to fit on a single worker, but I do not want to have 4 nodes. Can I make do with 2 workers that process the shards in something like a round robin approach?

Thanks

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

No branches or pull requests

1 participant