-
-
Notifications
You must be signed in to change notification settings - Fork 623
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
Port Ray example to Ignite #1735
Comments
Hi! |
@vfdev-5 Your idea is to use ray.tune as in the doc you mentioned ? I mean the experiment tool ? @Devanshu24 if so, the baseline of this should be our cifar distributed training use case. Please see https://github.com/pytorch/ignite/tree/master/examples/contrib/cifar10 If you are motivated to learn about distributed training, why not have a look to the link above ? Before going further, it would be important to be comfortable with this. What do you think ? |
Thanks for the reply @sdesrozis ! |
The idea is to port this example : https://github.com/ray-project/ray/blob/master/python/ray/tune/examples/cifar10_pytorch.py :
as a simple script file to examples/contrib/cifar10_ray_tune Great addition will be a PR to ray docs with the example. |
Can't we not to the same way ray is implemented in PL? |
Please, detail your idea ? |
https://docs.ray.io/en/master/tune/tutorials/tune-pytorch-lightning.html#training-with-gpus
Since most of the heavy-lifting is done by ray we could extrapolate by adding a |
@Rajathbharadwaj thanks for the details. Yes, this would be great! |
Awesome, I'll work on the integration Converting to pytorch Ignite's way of implementing. |
@Rajathbharadwaj any updates on this porting ? |
Hey @vfdev-5, I got a bit held up. But I'm working on it. Will ping you. |
@Rajathbharadwaj still working on this issue ? |
Hey @vfdev-5 , if no one else if working on this, can I pick this up? |
Sure, go ahead. Thanks! |
The text was updated successfully, but these errors were encountered: