Created
December 21, 2018 01:32
-
-
Save marquisthunder/f52d93d32d48090fb6e1efae6869b539 to your computer and use it in GitHub Desktop.
[torch] cuda test
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.current_device() | |
| torch.cuda.device(0) | |
| torch.cuda.device_count() | |
| torch.cuda.get_device_name(0) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment