Replies: 1 comment
-
There is no Are you working with MPI? Using mpi4py's barrier usually works fine for my purposes, as explained in this issue #1380 . |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to modify code of mmdet to support horovod (just replace ddp func to horovod func), however, pytorch has "torch.distributed.barrier()", I donnot find homologous barrier func in horovod, how can I do to replace the "torch.distributed.barrier()"?
Beta Was this translation helpful? Give feedback.
All reactions