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
Special handling of Torch DDP in callback (#21081)
* Special handling of Torch DDP in callback
* Use inheritance tree for DDP check
Modified DDP check to use isinstance rather than type().__name__ for
robustness. Fixed additional whitepace
* Fixing comment.
* inlining DDP import where its needed.
0 commit comments