Pytorch 1.4.0 + cuda10.0 安装

综述

请注意: 有读者反馈该方法经已失效.对此有网友给出方案(见评论区):
hgfdsa:教育网测试可以安装。换网络运营商吧!Successfully installed torch-1.4.0+cu100 torchvision-0.5.0+cu100

官网给的是Pytorch 1.2.0 + cuda10.0 安装.
而一般如果是cuda10.0直接安装pytorch会显示cuda unavailable。

解决

 pip install torch==1.4.0+cu100 torchvision==0.5.0+cu100 -f https://download.pytorch.org/whl/torch_stable.html

你可能感兴趣的:(cuda)