Logging system metrics from all GPUs to Logger #17148
Unanswered
chunweilim
asked this question in
DDP / multi-GPU / multi-node
Replies: 1 comment 2 replies
-
I am having the exact same issue, any thoughts? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
I'm trying to log the system metrics from all GPUs to the configured Logger (now using wandb).
I have written a Callback, which has the following
on_train_batch_start
:Currently, I'm only seeing GPU of index 0 being logged.
Beta Was this translation helpful? Give feedback.
All reactions