You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
are there any areas related to this task that I can participate in?
This is a bit tricky and depends on your understanding how parallelism works.
Recently, I shared this very basic example to play around.
I think what would be of real help is, for example, fixing this issue: #1757
such that you can have an experience with ignite.distributed module. What do you think?
Meanwhile, you can also take a look at deepspeed and fairscale examples and try to code how to use ignite there... We can discuss about that later...
🚀 Feature
Following #1709, Ignite is not supporting other modern types of parallelism.
The idea is to introduce the following API to make
ignite.distributed
aware of data parallel group:We think to provide basic examples of pipeline parallelism using DeepSpeed and FairScale with Ignite.
Additionally, helper methods (e.g.
idist.all_reduce
, etc) could havegroup
as optional parameter.cc @g-karthik
The text was updated successfully, but these errors were encountered: