-
Notifications
You must be signed in to change notification settings - Fork 15
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
Single-node distributed processing with Hydra #42
Comments
@romesco would love your feedback on this! |
Sounds great! What do you think about using the MNIST example as a base? Or did you have something even simpler in mind? I want to make sure we don't over complicate things on this one. As an example, I would say we can start without using the configs directly since they're somewhat orthogonal from demonstrating how hydra and DDP interact. If you make a draft PR, I'll run everything and provide feedback of course =]. |
I think the idea here is to not actually train but just demonstrate basic primitives. |
If you check this PR out, you'll see a basic distributed processing setup using Hydra and distributed communication primitives between multiple processes. This is basically as simple as it gets and much simpler than MNIST.
So this PR/example will be about how Hydra helps set up distributed processes without using configs? Should the configs aspect be implemented in the other PR?
In that case, I will only demonstrate how Hydra can be used to set up distributed processing. |
Distributed processing with Hydra in single-node multi-GPU setting, as mentioned here.
This will serve as an introductory example for #38.
The text was updated successfully, but these errors were encountered: