4 lines
47 B
Python
4 lines
47 B
Python
import torch
|
|
|
|
print(torch.cuda.is_available())
|
import torch
|
|
|
|
print(torch.cuda.is_available())
|