Replies: 1 comment 1 reply
-
EventWriters only run on master processes and https://detectron2.readthedocs.io/en/latest/modules/utils.html#detectron2.utils.comm.is_main_process is used to check. |
Beta Was this translation helpful? Give feedback.
1 reply
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 perform certain operations that should not be repeated across other DDP processes( non 0 rank processes). Can I use EventsWriters to create such functionalities and log the result to event storage for other processes to access? Or are there other recommend ways of doing this.
Beta Was this translation helpful? Give feedback.
All reactions