Skip to content

Instantly share code, notes, and snippets.

@alankbi
Created February 10, 2020 18:57
Show Gist options
  • Save alankbi/565bab9a34cae91c968bb5014481bef4 to your computer and use it in GitHub Desktop.
Save alankbi/565bab9a34cae91c968bb5014481bef4 to your computer and use it in GitHub Desktop.
Check if CUDA is enabled
import torch
print(torch.cuda.is_available())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment