CPU Temperature Metrics

Is there a way to measure CPU temperature? I am able to see GPU temps but it would be nice if there is a way to see CPU temps as well.

Hi @cbisht , happy to help. There isn’t a direct method of doing this directly via wandb. Wandb automatically logs the system metric listed here. My recommendation is to track cpu temp via python package and log this data via wandb.log(..).

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.