Skip to content

Instantly share code, notes, and snippets.

@Mason-McGough
Created August 16, 2018 18:54
Show Gist options
  • Save Mason-McGough/41a62d9cb73dc7237a9ddf1cab3eff3d to your computer and use it in GitHub Desktop.
Save Mason-McGough/41a62d9cb73dc7237a9ddf1cab3eff3d to your computer and use it in GitHub Desktop.
Tensorflow Tips
# 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