ApexID / test_torch.py
Michael Rey
added files and used LFS for dataset
9e6a96a
raw
history blame
135 Bytes
import torch
print("βœ… PyTorch is working!")
print("Version:", torch.__version__)
print("CUDA available:", torch.cuda.is_available())