8 lines
75 B
Python
8 lines
75 B
Python
import torch
|
|
|
|
print(torch.cuda.is_available())
|
|
|
|
print(torch.__version__)
|
|
|
|
|