File size: 83 Bytes
6f9dac7
 
 
1
2
3
4
import torch
print(torch.cuda.is_available())
print(torch.cuda.get_device_name(0))