Hi, Is there a way in Metaflow where we could trac...
# ask-metaflow
s
Hi, Is there a way in Metaflow where we could track, log system usage? Like CPU/RAM/GPU? Any recommended libraries for doing the same?
1
c
Hi, there is decorator implementation and example of how to use nvidia-smi to monitor gpu utilization. You could do something similar for CPU with a generic tool like htop.
🙌 1