brian_dot_casa

GPU test

Aug 25th, 2023 (edited)
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.07 KB | Source Code | 0 0
  1. import torch
  2.  
  3. print("GPU Available: ", torch.cuda.is_available())
  4.  
  5.  
Advertisement
Add Comment
Please, Sign In to add comment