Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Gholamrezadar/030afeb5fc09f0735081e1894155b184 to your computer and use it in GitHub Desktop.
Save Gholamrezadar/030afeb5fc09f0735081e1894155b184 to your computer and use it in GitHub Desktop.
Simple commands that show stats about Colab VM (GPU, CPU, RAM)
from tensorflow.python.client import device_lib
device_lib.list_local_devices()
import tensorflow as tf
tf.test.gpu_device_name()
!nvidia-smi
!cat /proc/meminfo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment