This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # memory footprint support libraries/code | |
| !ln -sf /opt/bin/nvidia-smi /usr/bin/nvidia-smi | |
| !pip install gputil | |
| !pip install psutil | |
| !pip install humanize | |
| import psutil | |
| import humanize | |
| import os | |
| import GPUtil as GPU |