Skip to content

Instantly share code, notes, and snippets.

@ph4ge
Created April 7, 2025 18:00
Show Gist options
  • Select an option

  • Save ph4ge/eadf21a20d414f5b46c72454925c4e24 to your computer and use it in GitHub Desktop.

Select an option

Save ph4ge/eadf21a20d414f5b46c72454925c4e24 to your computer and use it in GitHub Desktop.
PyTorch stuff
device = torch.device('cuda' if torch.cuda.is_available() else 'cpu')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment