Skip to content

Instantly share code, notes, and snippets.

@ttchengab
Created April 30, 2021 08:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ttchengab/dde281557818f0d701ececaeeb7f1b0a to your computer and use it in GitHub Desktop.
Save ttchengab/dde281557818f0d701ececaeeb7f1b0a to your computer and use it in GitHub Desktop.
"""
Determine if any GPUs are available
"""
device = torch.device('cuda' if torch.cuda.is_available() else 'cpu')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment