DeepSpeed Metrics Logging #8871
Unanswered
ktrapeznikov
asked this question in
DDP / multi-GPU / multi-node
Replies: 1 comment 1 reply
-
No, it is all good ! |
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 am using
deepspeed_stage_3_offload
with multiple GPUs on a single node.To log and sync metrics in the LightingModule, do I just add the following:
self.log(metric_name, value, sync_dist=True)
Or is there something special that needs to be done?
Beta Was this translation helpful? Give feedback.
All reactions