做外包网站搭建,重庆造价信息价查询,wordpress多主题插件,网站如何做分站检查cuda和显卡的可用性 import torch
device_gpu torch.device(cuda if torch.cuda.is_available() else cpu)
print(device_gpu)
print(torch.cuda.is_available())检查cuda和显卡的可用性 import torch
device_gpu torch.device(cuda if torch.cuda.is_available() else cpu)
print(device_gpu)
print(torch.cuda.is_available())