Skip to content

Instantly share code, notes, and snippets.

@taewanme
Created December 14, 2018 01:04
Show Gist options
  • Save taewanme/d2c9260a7ffe67b97a4cd588d257f313 to your computer and use it in GitHub Desktop.
Save taewanme/d2c9260a7ffe67b97a4cd588d257f313 to your computer and use it in GitHub Desktop.
import torch
torch.cuda.is_available()
#True
torch.cuda.device_count()
#1
torch.cuda.current_device()
#0
torch.cuda.get_device_name(0)
#'GeForce GTX 1080'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment