Skip to content

Instantly share code, notes, and snippets.

@vsay01
Created January 22, 2020 01:43
Show Gist options
  • Save vsay01/00e3a175fc02ca203119f3259a5728fa to your computer and use it in GitHub Desktop.
Save vsay01/00e3a175fc02ca203119f3259a5728fa to your computer and use it in GitHub Desktop.
check if GPU available
# check if CUDA is available
use_cuda = torch.cuda.is_available()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment