mirror of
https://github.com/XuehaiPan/nvitop.git
synced 2026-05-15 14:15:55 -06:00
[GH-ISSUE #109] [Question] How to log GPU performance to wandb #69
Labels
No labels
api
bug
bug
cli / tui
dependencies
documentation
documentation
documentation
duplicate
enhancement
exporter
invalid
pull-request
pynvml
question
question
upstream
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/nvitop#69
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @BitCalSaul on GitHub (Nov 29, 2023).
Original GitHub issue: https://github.com/XuehaiPan/nvitop/issues/109
Originally assigned to: @XuehaiPan on GitHub.
Required prerequisites
Motivation
Hey, I am a super fan of the nvitop. I usually used another monitor to see my GPU performance with time. But it's hard to keep it for a record. Thus, I want to use the nvitop with wandb. However, I don't know how to set up it. I'm wondering if you could provide an example for this work, thanks!
Solution
No response
Alternatives
No response
Additional context
No response
@XuehaiPan commented on GitHub (Nov 29, 2023):
Hi @BitCalSaul, thanks for raising this. The usage of logging metrics to
wandbis similar to the TensorBoard. You can read the example in the section Resource Metric Collector.You can also send the collector to run in a background daemon thread. See the README for more details.
@BitCalSaul commented on GitHub (Nov 29, 2023):
Thanks for the example and you hard work :)
CUDA_VISIBLE_DEVICEparser in a subprocess #148