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
crooked-jordan-29960
11/28/2023, 1:16 PM
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.