Created
August 16, 2018 18:54
-
-
Save Mason-McGough/41a62d9cb73dc7237a9ddf1cab3eff3d to your computer and use it in GitHub Desktop.
Tensorflow Tips
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
# list all devices | |
from tensorflow.python.client import device_lib | |
device_lib.list_local_devices() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment