Replies: 1 comment 1 reply
-
Hey, To support all kinds of metrics, the implementation is rather complicated, but the sync is done by the |
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 was under the impression that the only thing which must be done when logging metrics in a distributed setting (say ddp), is average the metric computed by each rank. I understood that this is done when doing
pl.log
withsync_dist=True
.What else should be done? Are there special cases for some metrics? And where is this handled in this library?
Beta Was this translation helpful? Give feedback.
All reactions