Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
cycool29
/
SpiralSense
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
28449df
SpiralSense
/
testing.py
cycool29
Update
97dcf92
over 1 year ago
raw
Copy download link
history
blame
Safe
108 Bytes
import
torch
print
(
"Torch version:"
,torch.__version__)
print
(
"Is CUDA enabled?"
,torch.cuda.is_available())