-
torch-1.0.0-cp36-cp36m-win_amd64.whl下载
资源介绍
清华源镜像无法安装成功,下载文件torch=1.0.0 安装成功。环境 windows 10.0
1、进入anaconda tensroflow环境(原先已配置好) python=3.6 anconda=3 tensorflow=1.12.0.
2、安装torch=1.0.0 ,使用命令:pip install torch-1.0.0-cp36-cp36m-win_amd64.whl
3、还需安装torchvision==0.2.0,打开anaconda prompt采用以下命令安装
pip --default-timeout=6000 install torchvision==0.2.0
4、测试:import torch
import torchvision
print(torch.__version__)