SpiralSense / testing.py
cycool29's picture
Update
97dcf92
raw
history blame
108 Bytes
import torch
print("Torch version:",torch.__version__)
print("Is CUDA enabled?",torch.cuda.is_available())