File size: 90 Bytes
14e5cd7
 
 
1
2
3
4
import torch
print(torch.__version__)
print("CUDA Available:", torch.cuda.is_available())