Created
June 25, 2018 14:54
-
-
Save riless/b5a77e55da3e3676b184c93b3e73d777 to your computer and use it in GitHub Desktop.
List TensorFlow GPU devices
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
| 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