Skip to content

Instantly share code, notes, and snippets.

@riless
Created June 25, 2018 14:54
Show Gist options
  • Save riless/b5a77e55da3e3676b184c93b3e73d777 to your computer and use it in GitHub Desktop.
Save riless/b5a77e55da3e3676b184c93b3e73d777 to your computer and use it in GitHub Desktop.
List TensorFlow GPU devices
python -c "from tensorflow.python.client import device_lib; print(device_lib.list_local_devices())"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment