Created
December 14, 2018 01:04
-
-
Save taewanme/d2c9260a7ffe67b97a4cd588d257f313 to your computer and use it in GitHub Desktop.
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
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