3 lines
72 B
Python
3 lines
72 B
Python
import torch
|
|
print(torch.__version__)
|
|
print(torch.cuda.is_available()) |