python #输入库 import torch #查看版本 print(torch.__version__) #查看gpu是否可用 torch.cuda.is_available() #返回设备gpu个数 torch.cuda.device_count() #退出python quit()
原创文章,作者:ItWorker,如若转载,请注明出处:https://blog.ytso.com/281238.html
python #输入库 import torch #查看版本 print(torch.__version__) #查看gpu是否可用 torch.cuda.is_available() #返回设备gpu个数 torch.cuda.device_count() #退出python quit()
原创文章,作者:ItWorker,如若转载,请注明出处:https://blog.ytso.com/281238.html