安装GPU版本的Pytorch

1、
import torch
torch.cuda.is_available()

2、Pytorch 官网(https://pytorch.org/get-started/locally/)

3、conda环境下安装GPU版本的pytorch(https://blog.csdn.net/luckyme_/article/details/122940354)

4、清华源的网站上看了下,可能是清华源没有对应cuda版本的pytorch,所以会装cpu版的。(https://www.jb51.net/article/205490.htm)

5、

你可能感兴趣的:(安装GPU版本的Pytorch)